Searched refs:utrie2_swap (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 634 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/ |
D | uspoof_impl.cpp | 840 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/ |
D | utrie2.h | 349 utrie2_swap(const UDataSwapper *ds,
|
D | ucol_swp.cpp | 461 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
|
D | ucnvsel.cpp | 442 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status); in ucnvsel_swap()
|
D | utrie2.cpp | 432 utrie2_swap(const UDataSwapper *ds, in utrie2_swap() function
|
D | utrie2_builder.cpp | 1432 return utrie2_swap(ds, inData, length, outData, pErrorCode); in utrie2_swapAnyVersion()
|
D | normalizer2impl.cpp | 2090 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode); in unorm2_swap()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1731 #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) macro
|