HomeSort by relevance Sort by last modified time
    Searched refs:ures_swap (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uresdata.h 139 * The swapper code (ures_swap()) has been modified so that it swaps each item
389 ures_swap(const UDataSwapper *ds,
uresdata.c 727 /* no need to swap or copy bytes - ures_swap() copied them all */
826 * ures_swap() already set pTempTable->keyChars appropriately.
948 ures_swap(const UDataSwapper *ds, function
981 udata_printError(ds, "ures_swap(): data format %02x.%02x.%02x.%02x (format version %02x.%02x) is not a resource bundle\n",
998 udata_printError(ds, "ures_swap(): too few bytes (%d after header) for a resource bundle\n",
    [all...]
  /external/icu/icu4c/source/common/
uresdata.h 145 * The swapper code (ures_swap()) has been modified so that it swaps each item
395 ures_swap(const UDataSwapper *ds,
uresdata.c 744 /* no need to swap or copy bytes - ures_swap() copied them all */
843 * ures_swap() already set pTempTable->keyChars appropriately.
965 ures_swap(const UDataSwapper *ds, function
998 udata_printError(ds, "ures_swap(): data format %02x.%02x.%02x.%02x (format version %02x.%02x) is not a resource bundle\n",
1015 udata_printError(ds, "ures_swap(): too few bytes (%d after header) for a resource bundle\n",
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c     [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp 409 nativePool.setItem(pkg->getItem(index), ures_swap);
595 NativeItem nrb(pItem, ures_swap);
swapimpl.cpp 622 { { 0x52, 0x65, 0x73, 0x42 }, ures_swap }, /* dataFormat="ResB" */
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 409 nativePool.setItem(pkg->getItem(index), ures_swap);
595 NativeItem nrb(pItem, ures_swap);
swapimpl.cpp 708 { { 0x52, 0x65, 0x73, 0x42 }, ures_swap }, /* dataFormat="ResB" */
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 371 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
374 fprintf(stderr, "ures_swap(pool bundle %s) failed: %s\n",
  /external/icu/icu4c/source/tools/genrb/
genrb.c 381 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
384 fprintf(stderr, "ures_swap(pool bundle %s) failed: %s\n",
  /external/icu/icu4c/source/common/unicode/
urename.h 1452 #define ures_swap macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1459 #define ures_swap macro
    [all...]

Completed in 728 milliseconds