Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterAlias.java34 static char[] gConverterList = null; field in UConverterAlias
139 gConverterList = ICUBinary.getChars(b, tableArray[converterListIndex], 0); in haveAliasData()
406 if (convNum < gConverterList.length) { in io_countAliases()
409 * gConverterList.length + convNum]; in io_countAliases()
440 if (convNum < gConverterList.length) { in io_getAlias()
443 * gConverterList.length + convNum]; in io_getAlias()
528 if (convNum < gConverterList.length) { in getCanonicalName()
529 return GET_STRING(gConverterList[convNum]); in getCanonicalName()
592 && convNum < gConverterList.length) { in findTaggedAliasListsOffset()
594 * gConverterList.length + convNum]; in findTaggedAliasListsOffset()
[all …]