OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BREAK_WORD
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/i18n/
break_iterator.h
15
// It provides several modes,
BREAK_WORD
, BREAK_LINE, and BREAK_NEWLINE,
18
// Under
BREAK_WORD
mode, once a word is encountered any non-word
43
// To extract the words from a string, move a
BREAK_WORD
BreakIterator
45
// BreakIterator iter(&str, BreakIterator::
BREAK_WORD
);
59
BREAK_WORD
,
89
// Under
BREAK_WORD
mode, returns true if the break we just hit is the
/external/chromium_org/base/i18n/
break_iterator.h
15
// It provides several modes,
BREAK_WORD
, BREAK_LINE, and BREAK_NEWLINE,
18
// Under
BREAK_WORD
mode, once a word is encountered any non-word
43
// To extract the words from a string, move a
BREAK_WORD
BreakIterator
45
// BreakIterator iter(str, BreakIterator::
BREAK_WORD
);
61
BREAK_WORD
,
85
// Under
BREAK_WORD
mode, returns true if the break we just hit is the
91
// Under
BREAK_WORD
mode, returns true if |position| is at the end of word or
/external/chromium_org/ui/gfx/
render_text.cc
533
base::i18n::BreakIterator iter(text(), base::i18n::BreakIterator::
BREAK_WORD
);
[
all
...]
Completed in 1261 milliseconds