Searched refs:getCharType (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/i18npool/source/inputchecker/ |
H A D | inputsequencechecker_th.cxx | 75 switch (_TAC_celltype_inputcheck[getCharType(ch1)][getCharType(ch2)]) { in check() 123 else if (nStartPos > 0 && getCharType(Text[nStartPos-1]) == CT_CONS) { in correctInputSequence() 124 sal_uInt16 t1=getCharType(Text[nStartPos]), t2=getCharType(inputChar); in correctInputSequence() 134 } else if (nStartPos > 1 && getCharType(Text[nStartPos-2]) == CT_CONS) { in correctInputSequence() 135 …sal_uInt16 t1=getCharType(Text[nStartPos-1]), t2=getCharType(Text[nStartPos]), t3=getCharType(inpu… in correctInputSequence()
|
H A D | inputsequencechecker_hi.cxx | 114 #define getCharType(x) \ macro 125 sal_uInt16 ch1 = getCharType(inputChar); in checkInputSequence() 126 sal_uInt16 ch2 = getCharType(currentChar); in checkInputSequence()
|
/aoo42x/main/i18npool/source/characterclassification/ |
H A D | cclass_unicode.cxx | 137 cclass_Unicode::getCharType( const OUString& Text, sal_Int32* nPos, sal_Int32 increment) { in getCharType() function in com::sun::star::i18n::cclass_Unicode 205 return getCharType(Text, &nPos, 0); in getCharacterType() 213 sal_Int32 result = getCharType(Text, &nPos, 0); in getStringType() 215 result |= getCharType(Text, &nPos, 1); in getStringType()
|
/aoo42x/main/i18npool/source/breakiterator/ |
H A D | breakiterator_th.cxx | 90 sal_uInt16 ch1 = getCharType(text[pos]); in getCombState() 91 sal_uInt16 ch2 = getCharType(text[pos+1]); in getCombState()
|
/aoo42x/main/i18nutil/inc/i18nutil/ |
H A D | unicode.hxx | 46 static sal_Int32 SAL_CALL getCharType( const sal_Unicode ch );
|
/aoo42x/main/i18npool/inc/ |
H A D | wtt.h | 66 #define getCharType(x) ((x >= 0x0E00 && x < 0x0E60) ? thaiCT[x - 0x0E00] : CT_NON) macro
|
H A D | cclass_unicode.hxx | 178 … sal_Int32 SAL_CALL getCharType( const rtl::OUString& Text, sal_Int32 *nPos, sal_Int32 increment);
|
/aoo42x/main/i18nutil/source/utility/ |
H A D | unicode.cxx | 426 sal_Int32 SAL_CALL unicode::getCharType( const sal_Unicode ch ) in getCharType() function in unicode
|
Completed in 35 milliseconds