HomeSort by relevance Sort by last modified time
    Searched defs:CONTAINED (Results 1 - 6 of 6) sorted by null

  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharset.java 41 private static final List CONTAINED = Arrays.asList(new String[] {
75 return CONTAINED.contains(cs.name());
  /external/icu/icu4c/source/common/
unisetspan.h 42 CONTAINED = 2,
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
49 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED,
51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED,
88 // All code points in the string are contained in the parent set.
104 // Set for span(not contained).
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 33 public static final int CONTAINED = 2;
38 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
40 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED;
45 * All code points in the string are contained in the parent set.
55 * Set for span(not contained).
69 /** Are there strings that are not fully contained in the code point set? */
101 // span(longest match) but only the relevant ones for span(while contained).
102 // TODO: Possible optimization: Distinguish CONTAINED vs. LONGEST_MATCH
103 // and do not store UTF-8 strings if !thisRelevant and CONTAINED.
113 spanLength = spanSet.span(string, SpanCondition.CONTAINED);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 91 milliseconds