Searched refs:localeStrItr (Results 1 – 1 of 1) sorted by relevance
270 const UChar *localeStrItr = localeStr; in TestKeyInRootRecursive() local271 while (*localeStrItr) { in TestKeyInRootRecursive()272 if (*localeStrItr == (UChar)0x27 /* ' */) { in TestKeyInRootRecursive()278 && (*localeStrItr == (UChar)0x6B /* k */ in TestKeyInRootRecursive()279 || *localeStrItr == (UChar)0x48 /* H */ in TestKeyInRootRecursive()280 || *localeStrItr == (UChar)0x6D /* m */ in TestKeyInRootRecursive()281 || *localeStrItr == (UChar)0x73 /* s */ in TestKeyInRootRecursive()282 || *localeStrItr == (UChar)0x53 /* S */ in TestKeyInRootRecursive()283 || *localeStrItr == (UChar)0x61 /* a */ in TestKeyInRootRecursive()284 || *localeStrItr == (UChar)0x68 /* h */ in TestKeyInRootRecursive()[all …]