HomeSort by relevance Sort by last modified time
    Searched refs:typeMapData (Results 1 - 5 of 5) 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;
olsontz.cpp 99 typeMapData = NULL;
181 typeMapData = NULL;
184 typeMapData = ures_getBinary(&r, &len, &ec);
277 typeMapData = other.typeMapData;
602 // [sic] pointer comparison: typeMapData points into
605 if (typeMapData == z->typeMapData) {
634 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount())
    [all...]
  /external/icu4c/i18n/
olsontz.h 360 const uint8_t *typeMapData; // alias into res; do not delete
410 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
olsontz.cpp 103 typeMapData = NULL;
186 typeMapData = NULL;
189 typeMapData = ures_getBinary(&r, &len, &ec);
287 typeMapData = other.typeMapData;
612 // [sic] pointer comparison: typeMapData points into
615 if (typeMapData == z->typeMapData) {
644 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount())
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 405 milliseconds