/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 614 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 615 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) || 619 log_err("uset_span() or uset_spanBack() does not work\n"); 634 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 635 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) || 639 log_err("uset_span(frozen) or uset_spanBack(frozen) does not work\n");
|
/external/icu4c/test/cintltst/ |
usettest.c | 614 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 615 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) || 619 log_err("uset_span() or uset_spanBack() does not work\n"); 634 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 635 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) || 639 log_err("uset_span(frozen) or uset_spanBack(frozen) does not work\n");
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 352 * uset_contains() and uset_span(). [all...] |
urename.h | 1553 #define uset_span macro [all...] |
/external/icu4c/common/unicode/ |
urename.h | 1583 #define uset_span macro [all...] |
uset.h | 356 * uset_contains() and uset_span(). [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uset.cpp | 206 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { function
|
/external/icu4c/common/ |
uset.cpp | 201 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { function
|