Searched refs:ucol_swap (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducol_swp.h41 ucol_swap(const UDataSwapper *ds,
H A Ducol_swp.cpp175 /* argument checking in case we were not called from ucol_swap() */
200 udata_printError(ds, "ucol_swap(formatVersion=3): too few bytes (%d after header) for collation data\n",
212 udata_printError(ds, "ucol_swap(formatVersion=3): magic 0x%08x or format version %02x.%02x is not a collation binary\n",
220 udata_printError(ds, "ucol_swap(formatVersion=3): endianness %d or charset %d does not match the swapper\n",
390 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes "
399 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes "
426 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes "
468 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED8_OFFSET\n", length);
484 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED10_OFFSET\n", length);
537 udata_printError(ds, "ucol_swap(formatVersio
549 ucol_swap(const UDataSwapper *ds, function
[all...]
H A Duresdata.c754 ucol_swap(ds, p+1, count, q+1, pErrorCode);
/external/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp732 { { 0x55, 0x43, 0x6f, 0x6c }, ucol_swap }, /* dataFormat="UCol" */
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1310 {"ucadata", "icu", ucol_swap},
1689 /* Test argument checking. ucol_swap is normally tested via ures_swap, and isn't normally called directly. */
1691 ucol_swap(NULL, NULL, -1, NULL, &errorCode);
1693 log_err("ucol_swap did not fail as expected\n", name);
/external/icu/icu4c/source/common/unicode/
H A Durename.h762 #define ucol_swap U_ICU_ENTRY_POINT_RENAME(ucol_swap) macro

Completed in 130 milliseconds