OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:whichSpans
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java
401
int
whichSpans
, int type, String[] typeName, int limits[], int limitsCapacity,
429
if ((
whichSpans
& SPAN_FWD) == 0) {
435
if ((
whichSpans
& SPAN_BACK) == 0) {
442
if ((
whichSpans
& SPAN_CONTAINED) == 0) {
448
if ((
whichSpans
& SPAN_SIMPLE) == 0) {
470
if (!isForward && (
whichSpans
& SPAN_FWD) != 0 && (expectCount & 1) == 0) {
569
void verifySpan(final UnicodeSetWithStrings sets[], final String s, int
whichSpans
,
581
if ((
whichSpans
& SPAN_SET) == 0) {
586
if ((
whichSpans
& SPAN_COMPLEMENT) == 0) {
591
limitsCount = getSpans(sets[i], (0 != (i & 1)), s,
whichSpans
, type, typeName, limits
[
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
...]
/external/icu/icu4c/source/test/intltest/
usettest.cpp
[
all
...]
Completed in 198 milliseconds