Home
last modified time | relevance | path

Searched refs:inputCheckMode (Results 1 – 6 of 6) sorted by relevance

/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker_th.cxx72 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 Dinputsequencechecker.cxx60 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 Dinputsequencechecker_hi.cxx121 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()
/trunk/main/i18npool/inc/
H A Dinputsequencechecker_hi.hxx43 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 Dinputsequencechecker_th.hxx40 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 Dinputsequencechecker.hxx51 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 22 milliseconds