Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/breakiterator/
H A Dbreakiterator_th.cxx111 #define is_Thai(c) (0x0e00 <= c && c <= 0x0e7f) // Unicode definition for Thai macro
128 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 16 milliseconds