Searched refs:inputCheckMode (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/i18npool/source/inputchecker/ |
H A D | inputsequencechecker_th.cxx | 72 static sal_Bool SAL_CALL check(sal_Unicode ch1, sal_Unicode ch2, sal_Int16 inputCheckMode) in check() argument 83 return (_TAC_Composible[inputCheckMode][composible_class]); in check() 88 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException) in checkInputSequence() argument 90 return check(Text[nStartPos], inputChar, inputCheckMode); in checkInputSequence() 97 sal_Int16 inputCheckMode) in correctInputSequence() argument 121 if (check(Text[nStartPos], inputChar, inputCheckMode)) in correctInputSequence()
|
H A D | inputsequencechecker.cxx | 60 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(RuntimeException) in checkInputSequence() argument 62 if (inputCheckMode == InputSequenceCheckMode::PASSTHROUGH) in checkInputSequence() 68 … getInputSequenceChecker(language)->checkInputSequence(Text, nStartPos, inputChar, inputCheckMode); in checkInputSequence() 75 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(RuntimeException) in correctInputSequence() argument 77 if (inputCheckMode != InputSequenceCheckMode::PASSTHROUGH) { in correctInputSequence() 81 …etInputSequenceChecker(language)->correctInputSequence(Text, nStartPos, inputChar, inputCheckMode); in correctInputSequence()
|
H A D | inputsequencechecker_hi.cxx | 121 sal_Int16 inputCheckMode) in checkInputSequence() argument 128 return (_DEV_Composible[inputCheckMode][dev_cell_check[ch2][ch1]]); in checkInputSequence() 135 sal_Int16 inputCheckMode) in correctInputSequence() argument 138 if (checkInputSequence(Text, nStartPos, inputChar, inputCheckMode)) in correctInputSequence()
|
/aoo41x/main/i18npool/inc/ |
H A D | inputsequencechecker_hi.hxx | 43 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException); 46 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException);
|
H A D | inputsequencechecker_th.hxx | 40 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException); 43 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException);
|
H A D | inputsequencechecker.hxx | 51 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException); 54 sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException);
|
Completed in 19 milliseconds