HomeSort by relevance Sort by last modified time
    Searched refs: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/chromium_org/third_party/icu/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/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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 543 milliseconds