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

  /external/chromium/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/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/chromium/third_party/icu/source/common/
utrie2.h 348 utrie2_swap(const UDataSwapper *ds,
    [all...]
utrie2.c 398 utrie2_swap(const UDataSwapper *ds, function
ucnvsel.cpp 443 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
  /external/icu4c/common/
utrie2.h 348 utrie2_swap(const UDataSwapper *ds,
    [all...]
utrie2.cpp 398 utrie2_swap(const UDataSwapper *ds, function
ucnvsel.cpp 440 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
normalizer2impl.cpp     [all...]
  /external/chromium/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/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 1645 #define utrie2_swap macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1460 #define utrie2_swap macro
    [all...]

Completed in 790 milliseconds