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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java 63 * 4 uint32_t offsetFromUTable
88 * uint16_t unicodeCodeUnits[(offsetFromUTable-offsetToUCodeUnits)/2];
473 h.offsetFromUTable = byteBuffer.getInt();
512 length = header.offsetFromUTable - header.offsetToUCodeUnits;
519 length = header.offsetFromUBytes - header.offsetFromUTable;
CharsetMBCS.java 155 int countStates, countToUFallbacks, offsetToUCodeUnits, offsetFromUTable, offsetFromUBytes;
496 int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2;
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.h 142 * 4 uint32_t offsetFromUTable
187 * uint16_t unicodeCodeUnits[(offsetFromUTable-offsetToUCodeUnits)/2];
466 offsetFromUTable,
ucnv_bld.cpp     [all...]
ucnvmbcs.cpp 301 * The beginning of the trie is at offsetFromUTable, the beginning of stage 3
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp     [all...]

Completed in 3142 milliseconds