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.c668 swappedLength=utrie2_swap(ds, storage, -1, NULL, &errorCode); in testTrieSerialize()
676 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode); in testTrieSerialize()
688 swappedLength=utrie2_swap(ds, swapped, -1, NULL, &errorCode); in testTrieSerialize()
696 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode); in testTrieSerialize()
/external/icu/icu4c/source/common/
Drbbidata.cpp444 utrie2_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
Dutrie2.h354 utrie2_swap(const UDataSwapper *ds,
Dutrie2.cpp434 utrie2_swap(const UDataSwapper *ds, in utrie2_swap() function
Ducnvsel.cpp444 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status); in ucnvsel_swap()
Ducol_swp.cpp463 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
Dutrie2_builder.cpp1434 return utrie2_swap(ds, inData, length, outData, pErrorCode); in utrie2_swapAnyVersion()
Dnormalizer2impl.cpp2674 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode); in unorm2_swap()
/external/icu/icu4c/source/common/unicode/
Durename.h1756 #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) macro