Home
last modified time | relevance | path

Searched refs:utrie2_swap (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c634 swappedLength=utrie2_swap(ds, storage, -1, NULL, &errorCode); in testTrieSerialize()
642 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode); in testTrieSerialize()
654 swappedLength=utrie2_swap(ds, swapped, -1, NULL, &errorCode); in testTrieSerialize()
662 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode); in testTrieSerialize()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp840 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
845 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
/external/icu/icu4c/source/common/
Dutrie2.h349 utrie2_swap(const UDataSwapper *ds,
Ducol_swp.cpp461 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
Ducnvsel.cpp442 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status); in ucnvsel_swap()
Dutrie2.cpp432 utrie2_swap(const UDataSwapper *ds, in utrie2_swap() function
Dutrie2_builder.cpp1432 return utrie2_swap(ds, inData, length, outData, pErrorCode); in utrie2_swapAnyVersion()
Dnormalizer2impl.cpp2090 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode); in unorm2_swap()
/external/icu/icu4c/source/common/unicode/
Durename.h1731 #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) macro