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

/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/common/
H A Duresdata.h204 * The swapper code (ures_swap()) has been modified so that it swaps each item
523 ures_swap(const UDataSwapper *ds,
H A Duresdata.cpp1064 /* no need to swap or copy bytes - ures_swap() copied them all */
1163 * ures_swap() already set pTempTable->keyChars appropriately.
1285 ures_swap(const UDataSwapper *ds, function
1319 udata_printError(ds, "ures_swap(): data format %02x.%02x.%02x.%02x (format version %02x.%02x) is not a resource bundle\n",
1336 udata_printError(ds, "ures_swap(): too few bytes (%d after header) for a resource bundle\n",
1351 udata_printError(ds, "ures_swap(): too few indexes for a 1.1+ resource bundle\n");
1366 udata_printError(ds, "ures_swap(): resource top %d exceeds bundle length %d\n",
1399 udata_printError(ds, "ures_swap(): unable to allocate memory for tracking resources\n");
1415 udata_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom));
1423 udata_printError(ds, "ures_swap()
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp407 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/genrb/
H A Dgenrb.cpp369 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
372 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 226 milliseconds