HomeSort by relevance Sort by last modified time
    Searched refs:URES_ARRAY (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/third_party/icu/public/common/unicode/
ures.h 107 URES_ARRAY=8,
129 RES_ARRAY=URES_ARRAY,
    [all...]
  /external/icu4c/common/unicode/
ures.h 96 URES_ARRAY=8,
118 RES_ARRAY=URES_ARRAY,
    [all...]
  /external/icu4c/common/
uresdata.h 72 #define URES_IS_ARRAY(type) ((type)==URES_ARRAY || (type)==URES_ARRAY16)
uresdata.c 278 URES_ARRAY,
279 URES_ARRAY, /* URES_ARRAY16 */
397 case URES_ARRAY:
511 case URES_ARRAY: {
911 case URES_ARRAY:
    [all...]
uresbund.c     [all...]
  /external/chromium/third_party/icu/source/common/
uresdata.c 344 case URES_ARRAY:
396 if(!(type == URES_TABLE || type == URES_TABLE32 || type == URES_ARRAY)) {
401 (type == URES_TABLE || type == URES_TABLE32 || type == URES_ARRAY)
439 } else if(type == URES_ARRAY) {
648 case URES_ARRAY:
920 case URES_ARRAY:
    [all...]
uresbund.c     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
restsnew.cpp 351 CONFIRM_EQ(bundle.getType(), URES_ARRAY);
563 CONFIRM_EQ(ures_getType(bundle), URES_ARRAY);
739 CONFIRM_EQ(bundleType, URES_ARRAY);
814 CONFIRM_EQ(bundleType, URES_ARRAY);
825 CONFIRM_EQ(rowType, URES_ARRAY);
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 297 case URES_ARRAY:
504 res->fType = URES_ARRAY;
820 case URES_ARRAY:
898 } else if (res->fType == URES_ARRAY) {
960 } else if (res->fType == URES_ARRAY) {
wrtjava.c 601 case URES_ARRAY:
wrtxml.cpp 977 case URES_ARRAY:
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 356 CONFIRM_EQ(bundle.getType(), URES_ARRAY);
568 CONFIRM_EQ(ures_getType(bundle), URES_ARRAY);
744 CONFIRM_EQ(bundleType, URES_ARRAY);
819 CONFIRM_EQ(bundleType, URES_ARRAY);
830 CONFIRM_EQ(rowType, URES_ARRAY);
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 241 res->fRes = URES_MAKE_EMPTY_RESOURCE(URES_ARRAY);
356 case URES_ARRAY:
409 res->fRes = URES_MAKE_RESOURCE(URES_ARRAY, *byteOffset >> 2);
474 case URES_ARRAY:
629 case URES_ARRAY:
882 res->fType = URES_ARRAY;
    [all...]
wrtjava.c 608 case URES_ARRAY:
derb.c 644 case URES_ARRAY :
wrtxml.cpp 978 case URES_ARRAY:
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 158 else if (ures_getType(subBundle) == URES_ARRAY) {
163 && (ures_getType(subSubBundle) == URES_ARRAY || ures_getType(subSubRootBundle) == URES_ARRAY))
221 if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) {
    [all...]
creststn.c     [all...]
  /external/icu4c/samples/uresb/
uresb.c 322 case URES_ARRAY :
  /external/icu4c/test/cintltst/
cldrtest.c 158 else if (ures_getType(subBundle) == URES_ARRAY) {
163 && (ures_getType(subSubBundle) == URES_ARRAY || ures_getType(subSubRootBundle) == URES_ARRAY))
221 if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) {
    [all...]
creststn.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp 512 case URES_ARRAY: {
544 case URES_ARRAY: {
590 case URES_ARRAY: {
616 case URES_ARRAY: {
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
pkgitems.cpp 376 case URES_ARRAY:
  /external/icu4c/i18n/
smpdtfmt.cpp 514 case URES_ARRAY: {
546 case URES_ARRAY: {
592 case URES_ARRAY: {
618 case URES_ARRAY: {
    [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 341 case URES_ARRAY:

Completed in 916 milliseconds

1 2