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

/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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;
/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 1539 milliseconds