/external/icu4c/test/cintltst/ |
trie2test.c | 636 swappedLength=utrie2_swap(ds, storage, -1, NULL, &errorCode); 638 log_err("error: utrie2_swap(%s to OE preflighting) failed (%s) " 644 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode); 647 log_err("error: utrie2_swap(%s to OE) failed (%s) or before/after lengths different\n", 656 swappedLength=utrie2_swap(ds, swapped, -1, NULL, &errorCode); 658 log_err("error: utrie2_swap(%s to PE preflighting) failed (%s) " 664 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode); 667 log_err("error: utrie2_swap(%s to PE) failed (%s) or before/after lengths different\n", [all...] |
/external/icu4c/common/ |
utrie2.h | 348 utrie2_swap(const UDataSwapper *ds, [all...] |
utrie2.cpp | 399 utrie2_swap(const UDataSwapper *ds, function
|
ucnvsel.cpp | 440 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
|
utrie2_builder.c | [all...] |
normalizer2impl.cpp | [all...] |
/external/icu4c/i18n/ |
uspoof_impl.cpp | 936 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); 941 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
|
/external/icu4c/common/unicode/ |
urename.h | 1684 #define utrie2_swap macro [all...] |