Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1314 static final int EXT_FROM_U_VALUES_INDEX = EXT_FROM_U_UCHARS_INDEX + 1; field in CharsetMBCS
1315 static final int EXT_FROM_U_LENGTH = EXT_FROM_U_VALUES_INDEX + 1;
3664 fromUTableValues = (IntBuffer) ARRAY(cx, EXT_FROM_U_VALUES_INDEX, int.class); in matchFromU()
4959 fromUSectionValues = (IntBuffer)ARRAY(cx, EXT_FROM_U_VALUES_INDEX,int.class ); in extGetUnicodeSetString()