Searched refs:thaiCT (Results 1 – 1 of 1) sorted by relevance
52 static const sal_uInt16 thaiCT[128] = { // Thai character type variable66 #define getCharType(x) ((x >= 0x0E00 && x < 0x0E60) ? thaiCT[x - 0x0E00] : CT_NON)
Completed in 10 milliseconds