Home
last modified time | relevance | path

Searched refs:rootStr (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c201 … const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode); in TestKeyInRootRecursive() local
203 if (rootStr && localeStr && U_SUCCESS(errorCode)) { in TestKeyInRootRecursive()
204 if (u_strcmp(rootStr, localeStr) != 0) { in TestKeyInRootRecursive()
209 … if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) { in TestKeyInRootRecursive()
222 … if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) { in TestKeyInRootRecursive()
224 rootStr[1] - 0x30, in TestKeyInRootRecursive()