HomeSort by relevance Sort by last modified time
    Searched refs:fullStage2Length (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/
ucnvmbcs.h 162 * fullStage2Length is present and the missing
170 * 9 uint32_t fullStage2Length: used if MBCS_OPT_FROM_U is set
210 * stage 2 really has length fullStage2Length
477 uint32_t fullStage2Length; /* number of 32-bit units */
ucnvmbcs.cpp     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java 483 h.fullStage2Length = byteBuffer.getInt();
CharsetMBCS.java 162 int fullStage2Length; /* number of 32-bit units */
492 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length);
588 int stage1Length, int stage2Length, int fullStage2Length) {
594 int[] stage2 = new int[numStage1Ints + fullStage2Length];
596 stage2, (fullStage2Length - stage2Length) + numStage1Ints,
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp     [all...]

Completed in 364 milliseconds