OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BREAK_NEWLINE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/i18n/
break_iterator.h
15
// It provides several modes, BREAK_WORD, BREAK_LINE, and
BREAK_NEWLINE
,
38
// Under
BREAK_NEWLINE
mode, all characters are included in the returned
67
BREAK_NEWLINE
,
99
// whitespace or punctuation.) Under BREAK_LINE and
BREAK_NEWLINE
modes,
105
//
BREAK_NEWLINE
modes.
break_iterator.cc
51
case
BREAK_NEWLINE
:
106
case
BREAK_NEWLINE
:
break_iterator_unittest.cc
218
BreakIterator iter(empty, BreakIterator::
BREAK_NEWLINE
);
229
BreakIterator iter(str, BreakIterator::
BREAK_NEWLINE
);
252
BreakIterator iter(str, BreakIterator::
BREAK_NEWLINE
);
279
BreakIterator iter(str, BreakIterator::
BREAK_NEWLINE
);
299
BreakIterator iter(str, BreakIterator::
BREAK_NEWLINE
);
/external/chromium_org/ui/gfx/
text_elider.cc
384
base::i18n::BreakIterator::
BREAK_NEWLINE
);
570
base::i18n::BreakIterator::
BREAK_NEWLINE
);
574
// The
BREAK_NEWLINE
iterator will keep the trailing newline character,
Completed in 161 milliseconds