Searched refs:rootStr (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cldrtest.c | 194 … const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode); in TestKeyInRootRecursive() local 196 if (rootStr && localeStr && U_SUCCESS(errorCode)) { in TestKeyInRootRecursive() 197 if (u_strcmp(rootStr, localeStr) != 0) { in TestKeyInRootRecursive() 202 … if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) { in TestKeyInRootRecursive() 215 … if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) { in TestKeyInRootRecursive() 217 rootStr[1] - 0x30, in TestKeyInRootRecursive()
|
/external/icu4c/test/cintltst/ |
D | cldrtest.c | 197 … const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode); in TestKeyInRootRecursive() local 199 if (rootStr && localeStr && U_SUCCESS(errorCode)) { in TestKeyInRootRecursive() 200 if (u_strcmp(rootStr, localeStr) != 0) { in TestKeyInRootRecursive() 205 … if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) { in TestKeyInRootRecursive() 218 … if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) { in TestKeyInRootRecursive() 220 rootStr[1] - 0x30, in TestKeyInRootRecursive()
|