Searched refs:ucol_swapBinary (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducol_swp.h42 ucol_swapBinary(const UDataSwapper *ds,
H A Ducol_swp.cpp105 /* Modified copy of the beginning of ucol_swapBinary(). */
149 ucol_swapBinary(const UDataSwapper *ds, function
186 udata_printError(ds, "ucol_swapBinary(): too few bytes (%d after header) for collation data\n",
198 udata_printError(ds, "ucol_swapBinary(): magic 0x%08x or format version %02x.%02x is not a collation binary\n",
206 udata_printError(ds, "ucol_swapBinary(): endianness %d or charset %d does not match the swapper\n",
363 collationSize=ucol_swapBinary(ds,
H A Duresdata.c758 ucol_swapBinary(ds, p+1, count, q+1, pErrorCode);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c1679 /* Test argument checking. ucol_swapBinary is normally tested via ures_swap, and isn't normally called directly. */
1681 ucol_swapBinary(NULL, NULL, -1, NULL, NULL);
1682 ucol_swapBinary(NULL, NULL, -1, NULL, &errorCode);
1684 log_err("ucol_swapBinary did not fail as expected\n", name);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h799 #define ucol_swapBinary U_ICU_ENTRY_POINT_RENAME(ucol_swapBinary) macro

Completed in 92 milliseconds