Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv2022.cpp332 #define MAX_STATES_2022 74 macro
333 static const int32_t escSeqStateTable_Key_2022[MAX_STATES_2022] = {
348 static const char* const escSeqStateTable_Result_2022[MAX_STATES_2022] = {
363 static const int8_t escSeqStateTable_Value_2022[MAX_STATES_2022] = {
758 static const int8_t nextStateToUnicodeJP[MAX_STATES_2022]= {
772 static const int8_t nextStateToUnicodeCN[MAX_STATES_2022]= {
790 int32_t hi = MAX_STATES_2022; in getKey_2022()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISO2022.java444 private static final short MAX_STATES_2022 = 74; field in CharsetISO2022
725 int hi = MAX_STATES_2022; in getKey_2022()