HomeSort by relevance Sort by last modified time
    Searched refs:RULE_BASED (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/i18n/
break_iterator.cc 29 break_type_(RULE_BASED),
52 case RULE_BASED: // (Keep compiler happy, break_type not used in this case)
59 if (break_type_ == RULE_BASED) {
98 case RULE_BASED:
140 if (break_type_ != BREAK_WORD && break_type_ != RULE_BASED)
146 if (break_type_ != BREAK_WORD && break_type_ != RULE_BASED)
156 if (break_type_ != BREAK_WORD && break_type_ != RULE_BASED)
break_iterator.h 70 RULE_BASED,
75 // Make a rule-based iterator. BreakType == RULE_BASED is implied.

Completed in 237 milliseconds