textinput/ptienginev2/src/PtiHwrRecognizer.cpp
branchRCL_3
changeset 20 ebd48d2de13c
parent 9 e6a39382bb9c
child 21 ecbabf52600f
equal deleted inserted replaced
19:ac7e4d1d9209 20:ebd48d2de13c
   198 // (other items were commented in a header).
   198 // (other items were commented in a header).
   199 // ---------------------------------------------------------------------------
   199 // ---------------------------------------------------------------------------
   200 // 
   200 // 
   201 void CHwrRecognizer::AppendMatchedLanguagesL(const TDesC8& aImplementationData, RArray<TInt>& aResult)
   201 void CHwrRecognizer::AppendMatchedLanguagesL(const TDesC8& aImplementationData, RArray<TInt>& aResult)
   202 	{
   202 	{
   203 	CleanupClosePushL( aResult );
       
   204     TInt lower, upper, i;
   203     TInt lower, upper, i;
   205     const TInt separatorLength = KDataSeparator().Length();
   204     const TInt separatorLength = KDataSeparator().Length();
   206         
   205         
   207     TInt separatorPos = aImplementationData.Find(KDataSeparator);
   206     TInt separatorPos = aImplementationData.Find(KDataSeparator);
   208         
   207         
   252                 	    }
   251                 	    }
   253             	    }
   252             	    }
   254             	}
   253             	}
   255             }
   254             }
   256         }
   255         }
   257     CleanupStack::Pop();
       
   258 	}
   256 	}
   259 
   257 
   260 // ---------------------------------------------------------------------------
   258 // ---------------------------------------------------------------------------
   261 // CHwrRecognizer::ListAvailableLanguages
   259 // CHwrRecognizer::ListAvailableLanguages
   262 // (other items were commented in a header).
   260 // (other items were commented in a header).