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.cpp689 LocalUResourceBundlePointer currentBundle; in construct() local
719 currentBundle.adoptInstead( in construct()
725 switch (ures_getType(currentBundle.getAlias())) { in construct()
727 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
731 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct()
732 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
744 currentBundle.adoptInstead( in construct()
750 switch (ures_getType(currentBundle.getAlias())) { in construct()
752 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
756 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct()
[all …]