OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_iterator_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.cc
24
text_iterator_
.Reset();
61
if (!
text_iterator_
.IsInitialized() &&
62
!
text_iterator_
.Initialize(&character_attributes_, true)) {
63
// We failed to initialize
text_iterator_
, return as spelled correctly.
68
text_iterator_
.SetText(in_word, in_word_len);
70
while (
text_iterator_
.GetNextWord(&word, &word_start, &word_length)) {
spellcheck_language.h
61
// Represents word iterators used in this spellchecker. The |
text_iterator_
|
64
// |
text_iterator_
| into word components so we can treat a concatenated word
66
SpellcheckWordIterator
text_iterator_
;
member in class:SpellcheckLanguage
Completed in 122 milliseconds