Searched refs:utrie2_swap (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_impl.cpp814 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
819 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp814 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
819 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c636 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",
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c636 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",
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2.h349 utrie2_swap(const UDataSwapper *ds,
H A Dutrie2.cpp403 utrie2_swap(const UDataSwapper *ds, function
H A Ducnvsel.cpp442 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
H A Dutrie2_builder.cpp1452 * Otherwise, this should be in utrie2.cpp right after utrie2_swap().
1463 return utrie2_swap(ds, inData, length, outData, pErrorCode);
H A Dnormalizer2impl.cpp2037 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
/external/icu/icu4c/source/common/
H A Dutrie2.h349 utrie2_swap(const UDataSwapper *ds,
H A Ducol_swp.cpp462 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode);
H A Dutrie2.cpp432 utrie2_swap(const UDataSwapper *ds, function
H A Ducnvsel.cpp442 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
H A Dutrie2_builder.cpp1423 * Otherwise, this should be in utrie2.cpp right after utrie2_swap().
1434 return utrie2_swap(ds, inData, length, outData, pErrorCode);
H A Dnormalizer2impl.cpp2139 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1692 #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1769 #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) macro

Completed in 2451 milliseconds