Searched defs:getCharType (Results 1 – 4 of 4) sorted by relevance
66 #define getCharType(x) ((x >= 0x0E00 && x < 0x0E60) ? thaiCT[x - 0x0E00] : CT_NON) macro
114 #define getCharType(x) \ macro
426 sal_Int32 SAL_CALL unicode::getCharType( const sal_Unicode ch ) in getCharType() function in unicode
137 cclass_Unicode::getCharType( const OUString& Text, sal_Int32* nPos, sal_Int32 increment) { in getCharType() function in com::sun::star::i18n::cclass_Unicode
Completed in 19 milliseconds