Searched refs:ures_getSize (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dtestdata.cpp69 fSettingsSize = ures_getSize(fSettings);
77 fCasesSize = ures_getSize(fCases);
H A Ddatamap.cpp73 for(i = 0; i < ures_getSize(data); i++) {
87 if(ures_getSize(headers) == ures_getSize(data)) {
88 for(i = 0; i < ures_getSize(data); i++) {
H A Dtstdtmod.cpp131 fNumberOfTests = ures_getSize(fTestData);
/external/icu4c/tools/ctestfw/
H A Dtestdata.cpp69 fSettingsSize = ures_getSize(fSettings);
77 fCasesSize = ures_getSize(fCases);
H A Ddatamap.cpp73 for(i = 0; i < ures_getSize(data); i++) {
87 if(ures_getSize(headers) == ures_getSize(data)) {
88 for(i = 0; i < ures_getSize(data); i++) {
H A Dtstdtmod.cpp131 fNumberOfTests = ures_getSize(fTestData);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c163 int32_t minSize = ures_getSize(subRootBundle);
167 if (minSize > ures_getSize(subBundle)) {
168 minSize = ures_getSize(subBundle);
173 && ures_getSize(subRootBundle) != ures_getSize(subBundle))
180 ures_getSize(subRootBundle),
181 ures_getSize(subBundle));
184 if(isCurrencyPreEuro(subBundleKey) && ures_getSize(subBundle)!=3){
189 ures_getSize(subBundle));
215 if (ures_getType(arr) != URES_ARRAY || ures_getSize(ar
[all...]
/external/icu4c/test/cintltst/
H A Dcldrtest.c166 int32_t minSize = ures_getSize(subRootBundle);
170 if (minSize > ures_getSize(subBundle)) {
171 minSize = ures_getSize(subBundle);
176 && ures_getSize(subRootBundle) != ures_getSize(subBundle))
183 ures_getSize(subRootBundle),
184 ures_getSize(subBundle));
187 if(isCurrencyPreEuro(subBundleKey) && ures_getSize(subBundle)!=3){
192 ures_getSize(subBundle));
218 if (ures_getType(arr) != URES_ARRAY || ures_getSize(ar
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dlocavailable.cpp143 localeCount = ures_getSize(&installed);
H A Dresbund.cpp279 return ures_getSize(fResource);
/external/icu4c/common/
H A Dlocavailable.cpp143 localeCount = ures_getSize(&installed);
H A Dresbund.cpp279 return ures_getSize(fResource);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp171 OLSON_ZONE_COUNT = ures_getSize(&res);
201 int32_t limit = ures_getSize(array);
255 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
257 U_DEBUG_TZ_MSG(("gzbn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getPath(tmp), u_errorName(status)));
259 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)));
299 U_DEBUG_TZ_MSG(("pre: res sz=%d\n", ures_getSize(&res)));
303 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
312 U_DEBUG_TZ_MSG(("not an alias - size %d\n", ures_getSize(&res)));
741 for (i = 0; i < ures_getSize(res); i++) {
755 for (i = 0; i < ures_getSize(re
[all...]
H A Ducurr.cpp713 int32_t n = ures_getSize(curr);
743 n = ures_getSize(curr_p);
746 *total_currency_name_count += ures_getSize(names);
824 int32_t n = ures_getSize(curr);
894 n = ures_getSize(curr_p);
909 int32_t num = ures_getSize(names);
1874 for (int32_t i=0; i<ures_getSize(countryArray); i++)
1888 if (ures_getSize(currencyRes)> 2)
1990 if ((index <= 0) || (index> ures_getSize(countryArray)))
1997 for (int32_t i=0; i<ures_getSize(countryArra
[all...]
H A Dreldtfmt.cpp348 int32_t patternsSize = ures_getSize(dateTimePatterns);
392 fDatesLen = ures_getSize(strings);
H A Ddtfmtsym.cpp1150 length = ures_getSize(data);
1439 fWeekdaysCount = ures_getSize(weekdaysData);
1455 fShortWeekdaysCount = ures_getSize(lsweekdaysData);
1479 fNarrowWeekdaysCount = ures_getSize(narrowWeekdaysData);
1499 fStandaloneWeekdaysCount = ures_getSize(standaloneWeekdaysData);
1519 fStandaloneShortWeekdaysCount = ures_getSize(standaloneShortWeekdaysData);
1543 fStandaloneNarrowWeekdaysCount = ures_getSize(standaloneNarrowWeekdaysData);
H A Ddtitvinf.cpp267 int32_t size = ures_getSize(itvDtPtnResource);
302 int32_t ptnNum = ures_getSize(intervalPatterns);
/external/icu4c/i18n/
H A Dtimezone.cpp169 int32_t limit = ures_getSize(array);
223 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
225 U_DEBUG_TZ_MSG(("gzbn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getPath(tmp), u_errorName(status)));
227 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)));
267 U_DEBUG_TZ_MSG(("pre: res sz=%d\n", ures_getSize(&res)));
271 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
280 U_DEBUG_TZ_MSG(("not an alias - size %d\n", ures_getSize(&res)));
722 int32_t size = ures_getSize(res);
H A Ducurr.cpp753 int32_t n = ures_getSize(curr);
783 n = ures_getSize(curr_p);
786 *total_currency_name_count += ures_getSize(names);
863 int32_t n = ures_getSize(curr);
933 n = ures_getSize(curr_p);
948 int32_t num = ures_getSize(names);
1854 for (int32_t i=0; i<ures_getSize(currencyMapArray); i++) {
1859 for (int32_t j=0; j<ures_getSize(currencyArray); j++) {
2039 for (int32_t i=0; i<ures_getSize(countryArray); i++)
2053 if (ures_getSize(currencyRe
[all...]
H A Ddtfmtsym.cpp1256 length = ures_getSize(data);
1613 fWeekdaysCount = ures_getSize(weekdaysData);
1630 fShortWeekdaysCount = ures_getSize(abbrWeekdaysData);
1651 fShorterWeekdaysCount = ures_getSize(shorterWeekdaysData);
1676 fNarrowWeekdaysCount = ures_getSize(narrowWeekdaysData);
1697 fStandaloneWeekdaysCount = ures_getSize(standaloneWeekdaysData);
1718 fStandaloneShortWeekdaysCount = ures_getSize(standaloneAbbrWeekdaysData);
1739 fStandaloneShorterWeekdaysCount = ures_getSize(standaloneShorterWeekdaysData);
1764 fStandaloneNarrowWeekdaysCount = ures_getSize(standaloneNarrowWeekdaysData);
H A Ddtitvinf.cpp269 int32_t size = ures_getSize(itvDtPtnResource);
299 int32_t ptnNum = ures_getSize(intervalPatterns.getAlias());
H A Dregion.cpp219 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) {
286 for ( int j = 0 ; j < ures_getSize(mapping); j++ ) {
H A Dreldtfmt.cpp393 int32_t patternsSize = ures_getSize(dateTimePatterns);
442 fDatesLen = ures_getSize(sb);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h213 * Better to use ures_getSize, as this function will be deprecated.
224 *@see ures_getSize
225 * @deprecated ICU 2.8 User ures_getSize instead
514 ures_getSize(const UResourceBundle *resourceBundle);
/external/icu4c/common/unicode/
H A Dures.h214 * Better to use ures_getSize, as this function will be deprecated.
225 *@see ures_getSize
226 * @deprecated ICU 2.8 User ures_getSize instead
521 ures_getSize(const UResourceBundle *resourceBundle);

Completed in 491 milliseconds

123