Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Ducol_swp.h43 ucol_swap(const UDataSwapper *ds,
H A Ducol_swp.cpp102 /* argument checking in case we were not called from ucol_swap() */ in swapFormatVersion3()
127 udata_printError(ds, "ucol_swap(formatVersion=3): too few bytes (%d after header) for collation data\n", in swapFormatVersion3()
139 udata_printError(ds, "ucol_swap(formatVersion=3): magic 0x%08x or format version %02x.%02x is not a collation binary\n", in swapFormatVersion3()
147 udata_printError(ds, "ucol_swap(formatVersion=3): endianness %d or charset %d does not match the swapper\n", in swapFormatVersion3()
317 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
326 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
353 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
395 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED8_OFFSET\n", length); in swapFormatVersion4()
411 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED10_OFFSET\n", length); in swapFormatVersion4()
464 udata_printError(ds, "ucol_swap(formatVersio in swapFormatVersion4()
476 ucol_swap(const UDataSwapper *ds, ucol_swap() function
[all...]
H A Duresdata.cpp1120 ucol_swap(ds, p+1, count, q+1, pErrorCode); in ures_swapResource()
/third_party/node/deps/icu-small/source/common/
H A Ducol_swp.h43 ucol_swap(const UDataSwapper *ds,
H A Ducol_swp.cpp102 /* argument checking in case we were not called from ucol_swap() */ in swapFormatVersion3()
127 udata_printError(ds, "ucol_swap(formatVersion=3): too few bytes (%d after header) for collation data\n", in swapFormatVersion3()
139 udata_printError(ds, "ucol_swap(formatVersion=3): magic 0x%08x or format version %02x.%02x is not a collation binary\n", in swapFormatVersion3()
147 udata_printError(ds, "ucol_swap(formatVersion=3): endianness %d or charset %d does not match the swapper\n", in swapFormatVersion3()
317 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
326 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
353 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
395 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED8_OFFSET\n", length); in swapFormatVersion4()
411 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED10_OFFSET\n", length); in swapFormatVersion4()
464 udata_printError(ds, "ucol_swap(formatVersio in swapFormatVersion4()
476 ucol_swap(const UDataSwapper *ds, ucol_swap() function
[all...]
H A Duresdata.cpp1120 ucol_swap(ds, p+1, count, q+1, pErrorCode); in ures_swapResource()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducol_swp.h43 ucol_swap(const UDataSwapper *ds,
H A Ducol_swp.cpp102 /* argument checking in case we were not called from ucol_swap() */ in swapFormatVersion3()
127 udata_printError(ds, "ucol_swap(formatVersion=3): too few bytes (%d after header) for collation data\n", in swapFormatVersion3()
139 udata_printError(ds, "ucol_swap(formatVersion=3): magic 0x%08x or format version %02x.%02x is not a collation binary\n", in swapFormatVersion3()
147 udata_printError(ds, "ucol_swap(formatVersion=3): endianness %d or charset %d does not match the swapper\n", in swapFormatVersion3()
317 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
326 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
353 udata_printError(ds, "ucol_swap(formatVersion=4): too few bytes " in swapFormatVersion4()
395 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED8_OFFSET\n", length); in swapFormatVersion4()
411 udata_printError(ds, "ucol_swap(formatVersion=4): unknown data at IX_RESERVED10_OFFSET\n", length); in swapFormatVersion4()
464 udata_printError(ds, "ucol_swap(formatVersio in swapFormatVersion4()
476 ucol_swap(const UDataSwapper *ds, ucol_swap() function
[all...]
H A Duresdata.cpp1120 ucol_swap(ds, p+1, count, q+1, pErrorCode); in ures_swapResource()
/third_party/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1317 {"ucadata", "icu", ucol_swap},
1697 /* Test argument checking. ucol_swap is normally tested via ures_swap, and isn't normally called directly. */ in TestSwapData()
1699 ucol_swap(NULL, NULL, -1, NULL, &errorCode); in TestSwapData()
1701 log_err("ucol_swap did not fail as expected\n", name); in TestSwapData()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dswapimpl.cpp952 { { 0x55, 0x43, 0x6f, 0x6c }, ucol_swap }, /* dataFormat="UCol" */
/third_party/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp952 { { 0x55, 0x43, 0x6f, 0x6c }, ucol_swap }, /* dataFormat="UCol" */
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dswapimpl.cpp840 { { 0x55, 0x43, 0x6f, 0x6c }, ucol_swap }, /* dataFormat="UCol" */
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h795 #define ucol_swap U_ICU_ENTRY_POINT_RENAME(ucol_swap) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h796 #define ucol_swap U_ICU_ENTRY_POINT_RENAME(ucol_swap) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h786 #define ucol_swap U_ICU_ENTRY_POINT_RENAME(ucol_swap) macro

Completed in 38 milliseconds