Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dtrie2test.c636 swappedLength=utrie2_swap(ds, storage, -1, NULL, &errorCode); in testTrieSerialize()
644 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode); in testTrieSerialize()
656 swappedLength=utrie2_swap(ds, swapped, -1, NULL, &errorCode); in testTrieSerialize()
664 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode); in testTrieSerialize()
/external/icu4c/i18n/
Duspoof_impl.cpp936 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
941 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
/external/icu4c/common/
Dutrie2.h348 utrie2_swap(const UDataSwapper *ds,
Ducnvsel.cpp440 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status); in ucnvsel_swap()
Dutrie2.cpp399 utrie2_swap(const UDataSwapper *ds, in utrie2_swap() function
Dutrie2_builder.c1463 return utrie2_swap(ds, inData, length, outData, pErrorCode); in utrie2_swapAnyVersion()
Dnormalizer2impl.cpp1997 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode); in unorm2_swap()
/external/icu4c/common/unicode/
Durename.h1684 #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) macro