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

  /external/chromium_org/third_party/icu/source/i18n/
olsontz.h 352 const uint8_t *typeMapData; // alias into res; do not delete
396 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
402 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
408 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
  /external/icu/icu4c/source/i18n/
olsontz.h 361 const uint8_t *typeMapData; // alias into res; do not delete
414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 72 milliseconds