Home | History | Annotate | Download | only in cintltst

Lines Matching refs:rootStr

197                     const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
199 if (rootStr && localeStr && U_SUCCESS(errorCode)) {
200 if (u_strcmp(rootStr, localeStr) != 0) {
205 if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) {
218 if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) {
220 rootStr[1] - 0x30,