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

  /external/chromium_org/content/common/android/
address_parser_internal.cc 345 const Word& first_word = words->at(state_first_word); local
346 int length = first_word.end - first_word.begin;
347 if (length < 2 || !IsAsciiAlpha(*first_word.begin))
351 base::char16 first_letter = base::ToLowerASCII(*first_word.begin);
359 if (length == 2 && IsAsciiAlpha(*(first_word.begin + 1))) {
360 base::char16 second_letter = base::ToLowerASCII(*(first_word.begin + 1));
  /external/chromium_org/components/query_parser/
query_parser.cc 259 const QueryWord** first_word,
276 const QueryWord** first_word,
290 *first_word = &words[i];
301 const QueryWord* first_word; local
304 if (MatchesAll(words, &first_word, &last_word)) {
306 Snippet::MatchPosition(first_word->position,
314 const QueryWord* first_word; local
316 return MatchesAll(words, &first_word, &last_word);
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 272 uint32_t first_word; local
273 if ((!ReadWord(first_word)) ||
274 (kWrapperMagicNumber != first_word)) return false;
  /external/chromium_org/v8/src/
heap-inl.h 497 MapWord first_word = object->map_word(); local
501 if (first_word.IsForwardingAddress()) {
502 HeapObject* dest = first_word.ToForwardingAddress();
heap.cc 1588 MapWord first_word = HeapObject::cast(*p)->map_word(); local
2166 MapWord first_word = first->map_word(); local
2269 MapWord first_word = object->map_word(); local
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 1092 bool first_word = true; local
    [all...]
  /external/chromium_org/v8/tools/
generate-runtime-tests.py 26 FIRST_WORD = re.compile("^\s*(.*?)[\s({\[]")
    [all...]

Completed in 283 milliseconds