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 194 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
196 if (rootStr && localeStr && U_SUCCESS(errorCode)) {
197 if (u_strcmp(rootStr, localeStr) != 0) {
202 if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) {
215 if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) {
217 rootStr[1] - 0x30,
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 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,
    [all...]

Completed in 157 milliseconds