OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contraction_iterator_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.cc
27
contraction_iterator_
.Reset();
103
if (!
contraction_iterator_
.IsInitialized() &&
104
!
contraction_iterator_
.Initialize(&character_attributes_, false)) {
106
VLOG(1) << "Failed to initialize
contraction_iterator_
";
110
contraction_iterator_
.SetText(contraction.c_str(), contraction.length());
117
while (
contraction_iterator_
.GetNextWord(&word, &word_start, &word_length)) {
spellcheck_language.h
63
// words. The |
contraction_iterator_
| splits a concatenated word extracted by
67
SpellcheckWordIterator
contraction_iterator_
;
member in class:SpellcheckLanguage
Completed in 48 milliseconds