HomeSort by relevance Sort by last modified time
    Searched defs:rootStr (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 200 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
202 if (rootStr && localeStr && U_SUCCESS(errorCode)) {
203 if (u_strcmp(rootStr, localeStr) != 0) {
208 if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) {
221 if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) {
223 rootStr[1] - 0x30,
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 200 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
202 if (rootStr && localeStr && U_SUCCESS(errorCode)) {
203 if (u_strcmp(rootStr, localeStr) != 0) {
208 if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) {
221 if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) {
223 rootStr[1] - 0x30,
    [all...]

Completed in 2195 milliseconds