Lines Matching refs:localeStrItr
266 const UChar *localeStrItr = localeStr; in TestKeyInRootRecursive() local
267 while (*localeStrItr) { in TestKeyInRootRecursive()
268 if (*localeStrItr == (UChar)0x27 /* ' */) { in TestKeyInRootRecursive()
274 && (*localeStrItr == (UChar)0x6B /* k */ in TestKeyInRootRecursive()
275 || *localeStrItr == (UChar)0x48 /* H */ in TestKeyInRootRecursive()
276 || *localeStrItr == (UChar)0x6D /* m */ in TestKeyInRootRecursive()
277 || *localeStrItr == (UChar)0x73 /* s */ in TestKeyInRootRecursive()
278 || *localeStrItr == (UChar)0x53 /* S */ in TestKeyInRootRecursive()
279 || *localeStrItr == (UChar)0x61 /* a */ in TestKeyInRootRecursive()
280 || *localeStrItr == (UChar)0x68 /* h */ in TestKeyInRootRecursive()
281 || *localeStrItr == (UChar)0x7A /* z */)) in TestKeyInRootRecursive()
289 && (*localeStrItr == (UChar)0x47 /* G */ in TestKeyInRootRecursive()
290 || *localeStrItr == (UChar)0x79 /* y */ in TestKeyInRootRecursive()
291 || *localeStrItr == (UChar)0x4D /* M */ in TestKeyInRootRecursive()
292 || *localeStrItr == (UChar)0x64 /* d */ in TestKeyInRootRecursive()
293 || *localeStrItr == (UChar)0x45 /* E */ in TestKeyInRootRecursive()
294 || *localeStrItr == (UChar)0x44 /* D */ in TestKeyInRootRecursive()
295 || *localeStrItr == (UChar)0x46 /* F */ in TestKeyInRootRecursive()
296 || *localeStrItr == (UChar)0x77 /* w */ in TestKeyInRootRecursive()
297 || *localeStrItr == (UChar)0x57 /* W */)) in TestKeyInRootRecursive()
305 localeStrItr++; in TestKeyInRootRecursive()