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

  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.cc 32 const size_t word_start = break_iter.prev(); local
36 mappings_.push_back(ui::Range(word_start + term_iter.prev(),
37 word_start + term_iter.pos()));
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.cc 61 int word_start; local
72 while (text_iterator_.GetNextWord(&word, &word_start, &word_length)) {
83 *misspelling_start = word_start;
113 int word_start; local
117 while (contraction_iterator_.GetNextWord(&word, &word_start, &word_length)) {
spellcheck_worditerator.h 128 // stores the position and the length for input word to 'word_start'. Since
132 // 'word_start' and 'word_length' as listed in the following snippet.
138 int* word_start,
spellcheck_worditerator.cc 358 int* word_start,
363 *word_start = 0;
378 *word_start = position_;
  /art/runtime/gc/accounting/
space_bitmap-inl.h 63 size_t word_start = bit_index_start / kBitsPerWord; local
68 size_t edge_word = bitmap_begin_[word_start];
76 // If word_start == word_end then handle this case at the same place we handle the right edge.
77 if (edge_word != 0 && word_start < word_end) {
78 uintptr_t ptr_base = IndexToOffset(word_start) + heap_begin_;
86 word_start++;
88 for (size_t i = word_start; i < word_end; i++) {
104 // If word_start == word_end then we need to use the word which we removed the left bits.
105 if (word_start <= word_end) {
  /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/chromium_org/chrome/browser/history/
in_memory_url_index_types.cc 143 size_t word_start = iter.prev() + initial_whitespace; local
144 if (word_start < kMaxSignificantChars)
145 word_starts->push_back(word_start);
  /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 474 milliseconds