Searched refs:ures_swap (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.h145 * The swapper code (ures_swap()) has been modified so that it swaps each item
395 ures_swap(const UDataSwapper *ds,
H A Duresdata.c746 /* no need to swap or copy bytes - ures_swap() copied them all */
845 * ures_swap() already set pTempTable->keyChars appropriately.
967 ures_swap(const UDataSwapper *ds, function
1000 udata_printError(ds, "ures_swap(): data format %02x.%02x.%02x.%02x (format version %02x.%02x) is not a resource bundle\n",
1017 udata_printError(ds, "ures_swap(): too few bytes (%d after header) for a resource bundle\n",
1032 udata_printError(ds, "ures_swap(): too few indexes for a 1.1+ resource bundle\n");
1047 udata_printError(ds, "ures_swap(): resource top %d exceeds bundle length %d\n",
1080 udata_printError(ds, "ures_swap(): unable to allocate memory for tracking resources\n");
1096 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1104 udata_printError(ds, "ures_swap()
[all...]
/external/icu/icu4c/source/common/
H A Duresdata.h145 * The swapper code (ures_swap()) has been modified so that it swaps each item
395 ures_swap(const UDataSwapper *ds,
H A Duresdata.c744 /* 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",
1030 udata_printError(ds, "ures_swap(): too few indexes for a 1.1+ resource bundle\n");
1045 udata_printError(ds, "ures_swap(): resource top %d exceeds bundle length %d\n",
1078 udata_printError(ds, "ures_swap(): unable to allocate memory for tracking resources\n");
1094 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1102 udata_printError(ds, "ures_swap()
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c1288 {"*testtypes", "res", ures_swap},
1290 {"ja", "res", ures_swap},
1292 {"ru", "res", ures_swap},
1293 {"el", "res", ures_swap},
1295 {"root", "res", ures_swap},
1297 {"*testtable32", "res", ures_swap},
1300 {"*old_l_testtypes", "res", ures_swap},
1302 {"*old_e_testtypes", "res", ures_swap},
1679 /* Test argument checking. ucol_swapBinary is normally tested via ures_swap, and isn't normally called directly. */
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1288 {"*testtypes", "res", ures_swap},
1290 {"ja", "res", ures_swap},
1292 {"ru", "res", ures_swap},
1293 {"el", "res", ures_swap},
1295 {"root", "res", ures_swap},
1297 {"*testtable32", "res", ures_swap},
1300 {"*old_l_testtypes", "res", ures_swap},
1302 {"*old_e_testtypes", "res", ures_swap},
1682 /* Test argument checking. ucol_swap is normally tested via ures_swap, and isn't normally called directly. */
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp409 nativePool.setItem(pkg->getItem(index), ures_swap);
595 NativeItem nrb(pItem, ures_swap);
H A Dswapimpl.cpp708 { { 0x52, 0x65, 0x73, 0x42 }, ures_swap }, /* dataFormat="ResB" */
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp409 nativePool.setItem(pkg->getItem(index), ures_swap);
595 NativeItem nrb(pItem, ures_swap);
H A Dswapimpl.cpp708 { { 0x52, 0x65, 0x73, 0x42 }, ures_swap }, /* dataFormat="ResB" */
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dgenrb.c366 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
369 fprintf(stderr, "ures_swap(pool bundle %s) failed: %s\n",
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c381 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/
H A Durename.h1452 #define ures_swap U_ICU_ENTRY_POINT_RENAME(ures_swap) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1531 #define ures_swap U_ICU_ENTRY_POINT_RENAME(ures_swap) macro

Completed in 260 milliseconds