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

  /external/icu/icu4c/source/common/
ucnvmbcs.h 144 * 4 uint32_t offsetFromUTable
189 * uint16_t unicodeCodeUnits[(offsetFromUTable-offsetToUCodeUnits)/2];
468 offsetFromUTable,
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 154 int countStates, countToUFallbacks, offsetToUCodeUnits, offsetFromUTable, offsetFromUBytes;
491 int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2;
    [all...]

Completed in 62 milliseconds