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

  /external/chromium/base/i18n/
break_iterator.h 15 // It provides several modes, BREAK_WORD, BREAK_LINE, and BREAK_NEWLINE,
26 // Under BREAK_LINE mode, once a line breaking opportunity is encountered,
60 BREAK_LINE,
64 BREAK_SPACE = BREAK_LINE,
91 // whitespace or punctuation.) Under BREAK_LINE and BREAK_NEWLINE modes,
  /external/chromium_org/base/i18n/
break_iterator.h 15 // It provides several modes, BREAK_WORD, BREAK_LINE, and BREAK_NEWLINE,
26 // Under BREAK_LINE mode, once a line breaking opportunity is encountered,
62 BREAK_LINE,
66 BREAK_SPACE = BREAK_LINE,
87 // whitespace or punctuation.) Under BREAK_LINE and BREAK_NEWLINE modes,
92 // at the start of word. It always retuns false under BREAK_LINE and

Completed in 58 milliseconds