Searched refs:rootStrLen (Results 1 – 1 of 1) sorted by relevance
197 int32_t rootStrLen, localeStrLen; in TestKeyInRootRecursive() local198 … const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode); in TestKeyInRootRecursive()206 … if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) { in TestKeyInRootRecursive()