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

  /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/icu/icu4c/source/common/
utrie2.h 351 utrie2_swap(const UDataSwapper *ds,
    [all...]
ucol_swp.cpp 463 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode);
utrie2.cpp 434 utrie2_swap(const UDataSwapper *ds, function
ucnvsel.cpp 444 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
utrie2_builder.cpp     [all...]
normalizer2impl.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1754 #define utrie2_swap macro
    [all...]

Completed in 496 milliseconds