equal
deleted
inserted
replaced
1021 CAknFepZhuyinAnalyser* CAknFepUIManagerBase::ZhuyinAnalyser() |
1021 CAknFepZhuyinAnalyser* CAknFepUIManagerBase::ZhuyinAnalyser() |
1022 { |
1022 { |
1023 return iFepMan->ZhuyinAnalyser(); |
1023 return iFepMan->ZhuyinAnalyser(); |
1024 } |
1024 } |
1025 |
1025 |
|
1026 TBool CAknFepUIManagerBase::MapAgainst(TInt aKey, TInt aMode, TInt16 aAgainst, TInt aCase) const |
|
1027 { |
|
1028 if(iPtiEngine) |
|
1029 { |
|
1030 iPtiEngine->SetInputMode((TPtiEngineInputMode)aMode); |
|
1031 TBuf<KMaxName> data; |
|
1032 iPtiEngine->MappingDataForKey((TPtiKey)aKey, data, (TPtiTextCase)aCase); |
|
1033 if(data.Length() > 0) |
|
1034 { |
|
1035 return (data[0] == aAgainst); |
|
1036 } |
|
1037 } |
|
1038 return EFalse; |
|
1039 } |
1026 // End of file |
1040 // End of file |