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

/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.c742 /* no need to swap or copy bytes - ures_swap() copied them all */
841 * ures_swap() already set pTempTable->keyChars appropriately.
963 ures_swap(const UDataSwapper *ds, function
996 udata_printError(ds, "ures_swap(): data format %02x.%02x.%02x.%02x (format version %02x.%02x) is not a resource bundle\n",
1013 udata_printError(ds, "ures_swap(): too few bytes (%d after header) for a resource bundle\n",
1028 udata_printError(ds, "ures_swap(): too few indexes for a 1.1+ resource bundle\n");
1043 udata_printError(ds, "ures_swap(): resource top %d exceeds bundle length %d\n",
1076 udata_printError(ds, "ures_swap(): unable to allocate memory for tracking resources\n");
1092 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1100 udata_printError(ds, "ures_swap()
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1292 {"*testtypes", "res", ures_swap},
1294 {"ja", "res", ures_swap},
1296 {"ru", "res", ures_swap},
1297 {"el", "res", ures_swap},
1299 {"root", "res", ures_swap},
1301 {"*testtable32", "res", ures_swap},
1304 {"*old_l_testtypes", "res", ures_swap},
1306 {"*old_e_testtypes", "res", ures_swap},
1689 /* Test argument checking. ucol_swap is normally tested via ures_swap, and isn't normally called directly. */
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp407 nativePool.setItem(pkg->getItem(index), ures_swap);
593 NativeItem nrb(pItem, ures_swap);
H A Dswapimpl.cpp708 { { 0x52, 0x65, 0x73, 0x42 }, ures_swap }, /* dataFormat="ResB" */
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c365 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
368 fprintf(stderr, "ures_swap(pool bundle %s) failed: %s\n",
/external/icu/icu4c/source/common/unicode/
H A Durename.h1491 #define ures_swap U_ICU_ENTRY_POINT_RENAME(ures_swap) macro

Completed in 123 milliseconds