Searched refs:currentBundle (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cldrtest.c | 74 UResourceBundle *currentBundle, const char *locale) { in TestKeyInRootRecursive() argument 79 ures_resetIterator(currentBundle); in TestKeyInRootRecursive() 80 while (ures_hasNext(currentBundle)) { in TestKeyInRootRecursive() 85 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive() 86 subBundle = ures_getNextResource(currentBundle, NULL, &errorCode); in TestKeyInRootRecursive() 98 ures_getKey(currentBundle), in TestKeyInRootRecursive() 108 ures_getKey(currentBundle), in TestKeyInRootRecursive() 127 ures_getKey(currentBundle), in TestKeyInRootRecursive() 141 ures_getKey(currentBundle), in TestKeyInRootRecursive() 151 ures_getKey(currentBundle), in TestKeyInRootRecursive() [all …]
|
/external/icu4c/i18n/ |
D | smpdtfmt.cpp | 534 UResourceBundle *currentBundle; in construct() local 573 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status); in construct() 578 switch (ures_getType(currentBundle)) { in construct() 580 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() 584 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct() 585 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status); in construct() 591 ures_close(currentBundle); in construct() 595 ures_close(currentBundle); in construct() 605 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status); in construct() 610 switch (ures_getType(currentBundle)) { in construct() [all …]
|