HomeSort by relevance Sort by last modified time
    Searched refs:word_start (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/app_list/search/
tokenized_string.cc 36 const size_t word_start = break_iter.prev(); local
40 mappings_.push_back(gfx::Range(word_start + term_iter.prev(),
41 word_start + term_iter.pos()));
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.cc 59 int word_start; local
70 while (text_iterator_.GetNextWord(&word, &word_start, &word_length)) {
81 *misspelling_start = word_start;
111 int word_start; local
115 while (contraction_iterator_.GetNextWord(&word, &word_start, &word_length)) {
spellcheck_worditerator.h 134 // stores the position and the length for input word to 'word_start'. Since
138 // 'word_start' and 'word_length' as listed in the following snippet.
144 int* word_start,
spellcheck_worditerator.cc 363 int* word_start,
368 *word_start = 0;
385 *word_start = start;
  /external/chromium_org/third_party/skia/src/views/
SkTextBox.cpp 24 const char* word_start = text; local
36 word_start = prevText;
51 if (word_start == start) {
56 text = word_start;
  /external/skia/src/views/
SkTextBox.cpp 24 const char* word_start = text; local
36 word_start = prevText;
51 if (word_start == start) {
56 text = word_start;
  /external/lldb/source/Core/
InputReader.cpp 150 const char *word_start = NULL; local
165 send_word = word_start != NULL;
175 else if (word_start == NULL)
178 word_start = p;
183 const size_t word_len = p - word_start;
187 word_start,
191 return word_start - bytes + bytes_handled;
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.cc 132 size_t word_start = iter.prev() + initial_whitespace; local
133 if (word_start < kMaxSignificantChars)
134 word_starts->push_back(word_start);
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 403 int& word_start,
423 word_start = start;
431 word_start = start + starts[j];
438 word_start = start + starts[word_count - 1];
1019 int word_start, word_end; local
1030 int word_start, word_end; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 1065 char *word_start=0;
1069 word_start = p;
1074 o = variable_buffer_output (o, word_start, i);
1058 char *word_start=0; local
    [all...]

Completed in 564 milliseconds