Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c76 UResourceBundle *subRootBundle = NULL, *subBundle = NULL, *arr = NULL; in TestKeyInRootRecursive() local
87 subBundle = ures_getNextResource(currentBundle, NULL, &errorCode); in TestKeyInRootRecursive()
92 subBundleKey = ures_getKey(subBundle); in TestKeyInRootRecursive()
102 ures_close(subBundle); in TestKeyInRootRecursive()
105 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive()
112 ures_getType(subBundle)); in TestKeyInRootRecursive()
113 ures_close(subBundle); in TestKeyInRootRecursive()
116 else if (ures_getType(subBundle) == URES_INT_VECTOR) { in TestKeyInRootRecursive()
122 const int32_t *subBundleArr = ures_getIntVector(subBundle, &subBundleSize, &errorCode); in TestKeyInRootRecursive()
156 else if (ures_getType(subBundle) == URES_ARRAY) { in TestKeyInRootRecursive()
[all …]