Home
last modified time | relevance | path

Searched refs:getCharType (Results 1 – 8 of 8) sorted by relevance

/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker_th.cxx75 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 Dinputsequencechecker_hi.cxx114 #define getCharType(x) \ macro
125 sal_uInt16 ch1 = getCharType(inputChar); in checkInputSequence()
126 sal_uInt16 ch2 = getCharType(currentChar); in checkInputSequence()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx137 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()
/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_th.cxx90 sal_uInt16 ch1 = getCharType(text[pos]); in getCombState()
91 sal_uInt16 ch2 = getCharType(text[pos+1]); in getCombState()
/trunk/main/i18nutil/inc/i18nutil/
H A Dunicode.hxx46 static sal_Int32 SAL_CALL getCharType( const sal_Unicode ch );
/trunk/main/i18npool/inc/
H A Dwtt.h66 #define getCharType(x) ((x >= 0x0E00 && x < 0x0E60) ? thaiCT[x - 0x0E00] : CT_NON) macro
H A Dcclass_unicode.hxx178 … sal_Int32 SAL_CALL getCharType( const rtl::OUString& Text, sal_Int32 *nPos, sal_Int32 increment);
/trunk/main/i18nutil/source/utility/
H A Dunicode.cxx426 sal_Int32 SAL_CALL unicode::getCharType( const sal_Unicode ch ) in getCharType() function in unicode

Completed in 44 milliseconds