Lines Matching refs:ch
383 #define UCOL_ISTHAIPREVOWEL(ch) ((((uint32_t)(ch) - 0xe40) <= (0xe44 - 0xe40)) || \
384 (((uint32_t)(ch) - 0xec0) <= (0xec4 - 0xec0)))
389 #define UCOL_ISTHAIBASECONSONANT(ch) ((uint32_t)(ch) - 0xe01) <= (0xe2e - 0xe01)
391 #define UCOL_ISJAMO(ch) ((((uint32_t)(ch) - 0x1100) <= (0x1112 - 0x1100)) || \
392 (((uint32_t)(ch) - 0x1161) <= (0x1175 - 0x1161)) || \
393 (((uint32_t)(ch) - 0x11A8) <= (0x11C2 - 0x11A8)))
477 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, collIterate *source, UErrorCode *status);
480 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,