textinput/ptienginev2/src/PtiHwrRecognizer.cpp
branchRCL_3
changeset 9 e6a39382bb9c
parent 0 eb1f2e154e89
child 20 ebd48d2de13c
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   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 );
   203     TInt lower, upper, i;
   204     TInt lower, upper, i;
   204     const TInt separatorLength = KDataSeparator().Length();
   205     const TInt separatorLength = KDataSeparator().Length();
   205         
   206         
   206     TInt separatorPos = aImplementationData.Find(KDataSeparator);
   207     TInt separatorPos = aImplementationData.Find(KDataSeparator);
   207         
   208         
   251                 	    }
   252                 	    }
   252             	    }
   253             	    }
   253             	}
   254             	}
   254             }
   255             }
   255         }
   256         }
       
   257     CleanupStack::Pop();
   256 	}
   258 	}
   257 
   259 
   258 // ---------------------------------------------------------------------------
   260 // ---------------------------------------------------------------------------
   259 // CHwrRecognizer::ListAvailableLanguages
   261 // CHwrRecognizer::ListAvailableLanguages
   260 // (other items were commented in a header).
   262 // (other items were commented in a header).