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

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

Completed in 495 milliseconds