Home | History | Annotate | Download | only in i18n

Lines Matching refs:ch

568 * @param ch the jamo codepoint
575 static int uprv_uca_setMaxJamoExpansion(UChar ch,
582 if (((uint32_t)ch - 0x1100) <= (0x1112 - 0x1100)) {
591 if (((uint32_t)ch - 0x1161) <= (0x1175 - 0x1161)) {
598 if (((uint32_t)ch - 0x11A8) <= (0x11C2 - 0x11A8)) {