OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whichspans
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
usettest.h
168
uint32_t
whichSpans
,
172
uint32_t
whichSpans
,
176
uint32_t
whichSpans
,
178
void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t
whichSpans
, const char *testName);
179
void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t
whichSpans
, const char *testName);
180
void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t
whichSpans
, const char *testName);
usettest.cpp
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java
397
int
whichSpans
, int type, String[] typeName, int limits[], int limitsCapacity,
425
if ((
whichSpans
& SPAN_FWD) == 0) {
431
if ((
whichSpans
& SPAN_BACK) == 0) {
438
if ((
whichSpans
& SPAN_CONTAINED) == 0) {
444
if ((
whichSpans
& SPAN_SIMPLE) == 0) {
466
if (!isForward && (
whichSpans
& SPAN_FWD) != 0 && (expectCount & 1) == 0) {
565
void verifySpan(final UnicodeSetWithStrings sets[], final String s, int
whichSpans
,
577
if ((
whichSpans
& SPAN_SET) == 0) {
582
if ((
whichSpans
& SPAN_COMPLEMENT) == 0) {
587
limitsCount = getSpans(sets[i], (0 != (i & 1)), s,
whichSpans
, type, typeName, limits
[
all
...]
Completed in 471 milliseconds