Searched refs:is_Thai (Results 1 – 1 of 1) sorted by relevance
111 #define is_Thai(c) (0x0e00 <= c && c <= 0x0e7f) // Unicode definition for Thai macro128 else if (nextCellIndex[nStartPos] > 0 || ! is_Thai(Text[nStartPos])) in makeIndex()135 while (startPos > 0 && is_Thai(str[startPos-1])) startPos--; in makeIndex()137 while (endPos < len && is_Thai(str[endPos])) endPos++; in makeIndex()
Completed in 4 milliseconds