Searched refs:localeStrItr (Results 1 – 1 of 1) sorted by relevance
266 const UChar *localeStrItr = localeStr; in TestKeyInRootRecursive() local267 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()[all …]