Searched defs:IGNORE_SPACE (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java428 applyPattern(pattern, null, null, IGNORE_SPACE);
441 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
449 * Valid options are IGNORE_SPACE and CASE.
471 applyPattern(pattern, pos, symbols, IGNORE_SPACE);
483 * Valid options are IGNORE_SPACE and CASE.
546 return applyPattern(pattern, null, null, IGNORE_SPACE);
560 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
569 * Valid options are IGNORE_SPACE and CASE.
2364 if ((options & IGNORE_SPACE) != 0) {
2403 * IGNORE_SPACE, CAS
3677 public static final int IGNORE_SPACE = 1; field in class:UnicodeSet
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java437 applyPattern(pattern, null, null, IGNORE_SPACE);
451 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
459 * Valid options are IGNORE_SPACE and CASE.
483 applyPattern(pattern, pos, symbols, IGNORE_SPACE);
495 * Valid options are IGNORE_SPACE and CASE.
563 return applyPattern(pattern, null, null, IGNORE_SPACE);
578 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
587 * Valid options are IGNORE_SPACE and CASE.
2434 if ((options & IGNORE_SPACE) != 0) {
2473 * IGNORE_SPACE, CAS
3756 public static final int IGNORE_SPACE = 1; field in class:UnicodeSet
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 185 milliseconds