HomeSort by relevance Sort by last modified time
    Searched refs:utrie2_swap (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 814 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/
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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/
utrie2.h 349 utrie2_swap(const UDataSwapper *ds,
    [all...]
ucol_swp.cpp 462 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode);
utrie2.cpp 432 utrie2_swap(const UDataSwapper *ds, function
ucnvsel.cpp 442 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
utrie2_builder.cpp     [all...]
normalizer2impl.cpp     [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/unicode/
urename.h 1692 #define utrie2_swap macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1684 #define utrie2_swap macro
    [all...]

Completed in 299 milliseconds