OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:word_start
(Results
1 - 6
of
6
) 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)) {
/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/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/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/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
...]
Completed in 548 milliseconds