• Home
  • Raw
  • Download

Lines Matching refs:currentBundle

77                        UResourceBundle *currentBundle, const char *locale) {  in TestKeyInRootRecursive()  argument
82 ures_resetIterator(currentBundle); in TestKeyInRootRecursive()
83 while (ures_hasNext(currentBundle)) { in TestKeyInRootRecursive()
88 currentBundleKey = ures_getKey(currentBundle); in TestKeyInRootRecursive()
90 subBundle = ures_getNextResource(currentBundle, NULL, &errorCode); in TestKeyInRootRecursive()
102 ures_getKey(currentBundle), in TestKeyInRootRecursive()
112 ures_getKey(currentBundle), in TestKeyInRootRecursive()
131 ures_getKey(currentBundle), in TestKeyInRootRecursive()
145 ures_getKey(currentBundle), in TestKeyInRootRecursive()
155 ures_getKey(currentBundle), in TestKeyInRootRecursive()
185 ures_getKey(currentBundle), in TestKeyInRootRecursive()
217 ures_getKey(currentBundle), in TestKeyInRootRecursive()
226 ures_getKey(currentBundle), in TestKeyInRootRecursive()
237 ures_getKey(currentBundle), in TestKeyInRootRecursive()
245 ures_getKey(currentBundle), in TestKeyInRootRecursive()
255 ures_getKey(currentBundle), in TestKeyInRootRecursive()
262 ures_getKey(currentBundle), in TestKeyInRootRecursive()
338 ures_getKey(currentBundle), in TestKeyInRootRecursive()
343 ures_getKey(currentBundle), in TestKeyInRootRecursive()
349 ures_getKey(currentBundle), in TestKeyInRootRecursive()
400 ures_getKey(currentBundle)); in TestKeyInRootRecursive()
407 ures_getKey(currentBundle), in TestKeyInRootRecursive()
434 ures_getKey(currentBundle), in TestKeyInRootRecursive()
443 ures_getKey(currentBundle), in TestKeyInRootRecursive()
453 testLCID(UResourceBundle *currentBundle, in testLCID() argument