Searched refs:HWKANA_END (Results 1 – 2 of 2) sorted by relevance
93 HWKANA_END=0xff9f enumerator1603 static const uint16_t hwkana_fb[HWKANA_END - HWKANA_START + 1] = {1824 if((uint32_t)(sourceChar - HWKANA_START) <= (HWKANA_END - HWKANA_START)) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()1876 … (uint32_t)(sourceChar - HWKANA_START) <= (HWKANA_END - HWKANA_START)) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()3700 sa->addRange(sa->set, HWKANA_START, HWKANA_END); in _ISO_2022_GetUnicodeSet()
39 private static final char HWKANA_END = 0xff9f; field in CharsetISO20221884 if (sourceChar <= HWKANA_END && sourceChar >= HWKANA_START) { in encodeLoop()1935 … } else if (len == 0 && usingFallback && sourceChar <= HWKANA_END && sourceChar >= HWKANA_START) { in encodeLoop()2947 setFillIn.add(HWKANA_START, HWKANA_END); in getUnicodeSetImpl()