Searched refs:mapData (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c631 UResourceBundle *mapData; local
657 mapData = ures_getNextResource(rb, NULL, status);
663 uBcpKey = ures_getString(mapData, &tmpBcpKeyLen, status);
671 resKey = ures_getKey(mapData);
678 ures_getNextResource(rb, mapData, status);
680 ures_close(mapData);
825 UResourceBundle *mapData; local
872 mapData = ures_getNextResource(rb, NULL, &tmpStatus);
878 uBcpType = ures_getString(mapData, &tmpBcpTypeLen, &tmpStatus);
886 resType = ures_getKey(mapData);
[all...]
/external/icu/icu4c/source/common/
H A Duloc_tag.c694 UResourceBundle *mapData; local
720 mapData = ures_getNextResource(rb, NULL, status);
726 uBcpKey = ures_getString(mapData, &tmpBcpKeyLen, status);
734 resKey = ures_getKey(mapData);
741 ures_getNextResource(rb, mapData, status);
743 ures_close(mapData);
888 UResourceBundle *mapData; local
943 mapData = ures_getNextResource(rb, NULL, &tmpStatus);
949 uBcpType = ures_getString(mapData, &tmpBcpTypeLen, &tmpStatus);
957 resType = ures_getKey(mapData);
[all...]
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp710 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) { argument
711 map = mapData;
712 localMap = adoptMapData ? mapData : NULL;

Completed in 230 milliseconds