Home
last modified time | relevance | path

Searched refs:currentBundle (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c77 UResourceBundle *currentBundle, const char *locale) { in TestKeyInRootRecursive() argument
82 ures_resetIterator(currentBundle); in TestKeyInRootRecursive()
83 while (ures_hasNext(currentBundle)) { in TestKeyInRootRecursive()
88 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive()
90 subBundle = ures_getNextResource(currentBundle, NULL, &errorCode); in TestKeyInRootRecursive()
102 ures_getKey(currentBundle), in TestKeyInRootRecursive()
112 ures_getKey(currentBundle), in TestKeyInRootRecursive()
131 ures_getKey(currentBundle), in TestKeyInRootRecursive()
145 ures_getKey(currentBundle), in TestKeyInRootRecursive()
155 ures_getKey(currentBundle), in TestKeyInRootRecursive()
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp730 LocalUResourceBundlePointer currentBundle; in construct() local
760 currentBundle.adoptInstead( in construct()
766 switch (ures_getType(currentBundle.getAlias())) { in construct()
768 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
772 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct()
773 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
785 currentBundle.adoptInstead( in construct()
791 switch (ures_getType(currentBundle.getAlias())) { in construct()
793 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
797 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct()
[all …]