Searched refs:utrie2_swap (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/test/cintltst/ |
D | trie2test.c | 636 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/ |
D | uspoof_impl.cpp | 936 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/ |
D | utrie2.h | 348 utrie2_swap(const UDataSwapper *ds,
|
D | ucnvsel.cpp | 440 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status); in ucnvsel_swap()
|
D | utrie2.cpp | 399 utrie2_swap(const UDataSwapper *ds, in utrie2_swap() function
|
D | utrie2_builder.c | 1463 return utrie2_swap(ds, inData, length, outData, pErrorCode); in utrie2_swapAnyVersion()
|
D | normalizer2impl.cpp | 1997 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode); in unorm2_swap()
|
/external/icu4c/common/unicode/ |
D | urename.h | 1684 #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) macro
|