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

  /external/chromium/base/i18n/
break_iterator.cc 16 BreakIterator::BreakIterator(const string16* str, BreakType break_type)
19 break_type_(break_type),
31 UBreakIteratorType break_type; local
34 break_type = UBRK_WORD;
38 break_type = UBRK_LINE;
44 iter_ = ubrk_open(break_type, NULL,
  /external/chromium_org/base/i18n/
break_iterator.cc 17 BreakIterator::BreakIterator(const string16& str, BreakType break_type)
20 break_type_(break_type),
32 UBreakIteratorType break_type; local
35 break_type = UBRK_CHARACTER;
38 break_type = UBRK_WORD;
42 break_type = UBRK_LINE;
48 iter_ = ubrk_open(break_type, NULL,

Completed in 36 milliseconds