Lines Matching refs:subBundleKey

81         const char *subBundleKey = NULL;  in TestKeyInRootRecursive()  local
92 subBundleKey = ures_getKey(subBundle); in TestKeyInRootRecursive()
95 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode); in TestKeyInRootRecursive()
98 subBundleKey, in TestKeyInRootRecursive()
108 subBundleKey, in TestKeyInRootRecursive()
127 subBundleKey, in TestKeyInRootRecursive()
136 if (strcmp(subBundleKey, "DateTimeElements") == 0 in TestKeyInRootRecursive()
140 subBundleKey, in TestKeyInRootRecursive()
148 && !(strcmp(locale, "es_US") == 0 && strcmp(subBundleKey, "DateTimeElements") == 0)) in TestKeyInRootRecursive()
151 subBundleKey, in TestKeyInRootRecursive()
175 if ((subBundleKey == NULL in TestKeyInRootRecursive()
176 …|| (subBundleKey != NULL && strcmp(subBundleKey, "LocaleScript") != 0 && !isCurrencyPreEuro(subBu… in TestKeyInRootRecursive()
181 subBundleKey, in TestKeyInRootRecursive()
213 subBundleKey, in TestKeyInRootRecursive()
222 subBundleKey, in TestKeyInRootRecursive()
233 subBundleKey, in TestKeyInRootRecursive()
241 subBundleKey, in TestKeyInRootRecursive()
250 subBundleKey, in TestKeyInRootRecursive()
255 …else if ((localeStr[localeStrLen - 1] == (UChar)0x20) && (strcmp(subBundleKey,"separator") != 0)) { in TestKeyInRootRecursive()
257 subBundleKey, in TestKeyInRootRecursive()
262 else if (subBundleKey != NULL in TestKeyInRootRecursive()
263 && strcmp(subBundleKey, "DateTimePatterns") == 0) in TestKeyInRootRecursive()
284 subBundleKey, in TestKeyInRootRecursive()
300 subBundleKey, in TestKeyInRootRecursive()
308 else if (idx == 4 && subBundleKey != NULL in TestKeyInRootRecursive()
309 && strcmp(subBundleKey, "NumberElements") == 0 in TestKeyInRootRecursive()
313 subBundleKey, in TestKeyInRootRecursive()
334 subBundleKey, in TestKeyInRootRecursive()
339 subBundleKey, in TestKeyInRootRecursive()
343 } else if (string[len - 1] == (UChar)0x20 && (strcmp(subBundleKey,"separator"))) { in TestKeyInRootRecursive()
345 subBundleKey, in TestKeyInRootRecursive()
348 } else if (strcmp(subBundleKey, "localPatternChars") == 0) { in TestKeyInRootRecursive()
363 subBundleKey, in TestKeyInRootRecursive()
372 subBundleKey, in TestKeyInRootRecursive()
380 subBundleKey, in TestKeyInRootRecursive()
400 if (strcmp(locale, "de_CH") != 0 && strcmp(subBundleKey, "Countries") != 0 && in TestKeyInRootRecursive()
401 strcmp(subBundleKey, "Version") != 0) { in TestKeyInRootRecursive()
410 log_verbose("Skipping key %s in %s\n", subBundleKey, locale); in TestKeyInRootRecursive()
417 if (strcmp(subBundleKey, "availableFormats")!=0) { in TestKeyInRootRecursive()
422 log_verbose("Skipping key %s in %s\n", subBundleKey, locale); in TestKeyInRootRecursive()
428 if (strcmp(subBundleKey, "MeasurementSystem") != 0) { in TestKeyInRootRecursive()
430 subBundleKey, in TestKeyInRootRecursive()
439 subBundleKey, in TestKeyInRootRecursive()