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 65 * 4 uint32_t offsetFromUTable
90 * uint16_t unicodeCodeUnits[(offsetFromUTable-offsetToUCodeUnits)/2];
476 h.offsetFromUTable = byteBuffer.getInt();
515 length = header.offsetFromUTable - header.offsetToUCodeUnits;
522 length = header.offsetFromUBytes - header.offsetFromUTable;
CharsetMBCS.java 154 int countStates, countToUFallbacks, offsetToUCodeUnits, offsetFromUTable, offsetFromUBytes;
491 int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2;
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.h 144 * 4 uint32_t offsetFromUTable
189 * uint16_t unicodeCodeUnits[(offsetFromUTable-offsetToUCodeUnits)/2];
468 offsetFromUTable,
ucnv_bld.cpp     [all...]
ucnvmbcs.cpp 303 * 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 2895 milliseconds