Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c79 UResourceBundle *subRootBundle = NULL, *subBundle = NULL, *arr = NULL; in TestKeyInRootRecursive() local
90 subBundle = ures_getNextResource(currentBundle, NULL, &errorCode); in TestKeyInRootRecursive()
95 subBundleKey = ures_getKey(subBundle); in TestKeyInRootRecursive()
105 ures_close(subBundle); in TestKeyInRootRecursive()
108 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive()
115 ures_getType(subBundle)); in TestKeyInRootRecursive()
116 ures_close(subBundle); in TestKeyInRootRecursive()
119 else if (ures_getType(subBundle) == URES_INT_VECTOR) { in TestKeyInRootRecursive()
125 const int32_t *subBundleArr = ures_getIntVector(subBundle, &subBundleSize, &errorCode); in TestKeyInRootRecursive()
159 else if (ures_getType(subBundle) == URES_ARRAY) { in TestKeyInRootRecursive()
[all …]