Searched refs:UCOL_ISTHAIPREVOWEL (Results 1 – 4 of 4) sorted by relevance
350 #define UCOL_ISTHAIPREVOWEL(ch) ((((uint32_t)(ch) - 0xe40) <= (0xe44 - 0xe40)) || \ macro
682 element->isThai = UCOL_ISTHAIPREVOWEL(element->cPoints[0]); in readAnElement()
1313 if(UCOL_ISTHAIPREVOWEL(*codepoints) && ce == 0 && count == 0) { in TestCEs()
1169 if(currCE == 0 && UCOL_ISTHAIPREVOWEL(*(rulesCopy+chOffset))) { in testCEs()