Searched refs:uset_span (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/cintltst/ |
D | usettest.c | 606 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || in TestSpan() 607 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) || in TestSpan() 626 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || in TestSpan() 627 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) || in TestSpan()
|
/external/icu4c/common/unicode/ |
D | udraft.h | 100 # define uset_span uset_span_DRAFT_API_DO_NOT_USE macro
|
D | uset.h | 861 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
|
D | urename.h | 1242 #define uset_span uset_span_3_8 macro
|
/external/icu4c/common/ |
D | uset.cpp | 194 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { in uset_span() function
|