Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c78 UResourceBundle *currentBundle, const char *locale) { in TestKeyInRootRecursive() argument
83 ures_resetIterator(currentBundle); in TestKeyInRootRecursive()
84 while (ures_hasNext(currentBundle)) { in TestKeyInRootRecursive()
89 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive()
91 subBundle = ures_getNextResource(currentBundle, NULL, &errorCode); in TestKeyInRootRecursive()
103 ures_getKey(currentBundle), in TestKeyInRootRecursive()
113 ures_getKey(currentBundle), in TestKeyInRootRecursive()
132 ures_getKey(currentBundle), in TestKeyInRootRecursive()
146 ures_getKey(currentBundle), in TestKeyInRootRecursive()
156 ures_getKey(currentBundle), in TestKeyInRootRecursive()
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp706 LocalUResourceBundlePointer currentBundle; in construct() local
775 currentBundle.adoptInstead( in construct()
781 switch (ures_getType(currentBundle.getAlias())) { in construct()
783 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
787 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct()
788 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
801 currentBundle.adoptInstead( in construct()
807 switch (ures_getType(currentBundle.getAlias())) { in construct()
809 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
813 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct()
[all …]