textinput/ptienginev2/inc/PtiEngineImpl.h
branchRCL_3
changeset 8 4eb1ae11334f
parent 0 eb1f2e154e89
child 9 e6a39382bb9c
equal deleted inserted replaced
7:6defe5d1bd39 8:4eb1ae11334f
   221    		inline TBool AllowCapitalize(TUint16 aChar) const;
   221    		inline TBool AllowCapitalize(TUint16 aChar) const;
   222 		void NumericModeKeysForQwertyL(TInt aLanguage,
   222 		void NumericModeKeysForQwertyL(TInt aLanguage,
   223                                        RArray<TPtiNumericKeyBinding>& aResult,
   223                                        RArray<TPtiNumericKeyBinding>& aResult,
   224                                        TBool aUseExtendedSet,
   224                                        TBool aUseExtendedSet,
   225                                        TPtiKeyboardType aKeyboardtype = EPtiKeyboardNone);	
   225                                        TPtiKeyboardType aKeyboardtype = EPtiKeyboardNone);	
   226         TPtiKeyboardType ActiveKeyboardTypeL();
   226         TPtiKeyboardType ActiveKeyboardType() const;        
   227         TPtiKeyboardType FindFirstAvailableQwertyKeyboardType(TInt aLang) const;                                              	
   227         TPtiKeyboardType FindFirstAvailableQwertyKeyboardType(TInt aLang) const;                                              	
   228         TPtiTextCase CaseForMappedCharacter(TChar aCharacter);
   228         TPtiTextCase CaseForMappedCharacter(TChar aCharacter);
   229         void RemoveTrailingPunctuations();
   229         void RemoveTrailingPunctuations();
   230         void RemoveTrailingPunctuations12Key();
   230         void RemoveTrailingPunctuations12Key();
   231 #ifdef FF_DUAL_LANGUAGE_SUPPORT
   231 #ifdef FF_DUAL_LANGUAGE_SUPPORT