/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).
|
unisetspan.cpp | 219 // span(longest match) but only the relevant ones for span(while contained). 220 // TODO: Possible optimization: Distinguish CONTAINED vs. LONGEST_MATCH 221 // and do not store UTF-8 strings if !thisRelevant and CONTAINED. 242 if((which&UTF8) && (thisRelevant || (which&CONTAINED))) { 315 if(which&CONTAINED) { 323 } else /* not CONTAINED, not all, but NOT_CONTAINED */ { 334 if(which&CONTAINED) { 343 } else /* not CONTAINED, not all, but NOT_CONTAINED */ { 350 // a span(while not contained) stops before any string. 365 if(which&CONTAINED) { // Only necessary for LONGEST_MATCH [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UnicodeSetStringSpan.java | 37 public static final int CONTAINED = 2; 42 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED; 44 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED; 49 * All code points in the string are contained in the parent set. 59 * Set for span(not contained). 73 /** Are there strings that are not fully contained in the code point set? */ 105 // span(longest match) but only the relevant ones for span(while contained). 106 // TODO: Possible optimization: Distinguish CONTAINED vs. LONGEST_MATCH 107 // and do not store UTF-8 strings if !thisRelevant and CONTAINED. 117 spanLength = spanSet.span(string, SpanCondition.CONTAINED); [all...] |
/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/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UnicodeSetStringSpanTest.java | 112 if ( set.span(s16.substring(0, 12), SpanCondition.CONTAINED) != 12 118 if ( set.span(s16.substring(0, 12), SpanCondition.CONTAINED) != 12 128 if ( set.spanBack(s16, 12, SpanCondition.CONTAINED) != 0 214 } else /* CONTAINED or SIMPLE */{ 221 next = start; // Do not span this single, not-contained code point. 230 if (spanCondition == SpanCondition.CONTAINED) { 244 SpanCondition.CONTAINED); 312 } else /* SpanCondition.CONTAINED or SIMPLE */{ 319 length = prev; // Do not span this single, not-contained code point. 328 if (spanCondition == SpanCondition.CONTAINED) { 405 SpanCondition spanCondition, firstSpanCondition, contained; local [all...] |
UnicodeSetTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UnicodeSetStringSpanTest.java | 108 if ( set.span(s16.substring(0, 12), SpanCondition.CONTAINED) != 12 114 if ( set.span(s16.substring(0, 12), SpanCondition.CONTAINED) != 12 124 if ( set.spanBack(s16, 12, SpanCondition.CONTAINED) != 0 210 } else /* CONTAINED or SIMPLE */{ 217 next = start; // Do not span this single, not-contained code point. 226 if (spanCondition == SpanCondition.CONTAINED) { 240 SpanCondition.CONTAINED); 308 } else /* SpanCondition.CONTAINED or SIMPLE */{ 315 length = prev; // Do not span this single, not-contained code point. 324 if (spanCondition == SpanCondition.CONTAINED) { 401 SpanCondition spanCondition, firstSpanCondition, contained; local [all...] |
UnicodeSetTest.java | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnicodeSet.java | [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/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |