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

  /external/icu/icu4c/source/test/cintltst/
usettest.c 615 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
616 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
620 log_err("uset_span() or uset_spanBack() does not work\n");
635 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
636 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
640 log_err("uset_span(frozen) or uset_spanBack(frozen) does not work\n");
  /external/icu/icu4c/source/common/unicode/
uset.h 362 * uset_contains() and uset_span().
    [all...]
urename.h 1606 #define uset_span macro
    [all...]
  /external/icu/icu4c/source/common/
uset.cpp 203 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { function

Completed in 73 milliseconds