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

  /external/chromium/chrome/browser/autocomplete/
keyword_provider.cc 295 const size_t first_white(input.find_first_of(kWhitespaceUTF16));
303 input.find_first_not_of(kWhitespaceUTF16, first_white) : first_white + 1;
autocomplete_edit_view_views.cc 377 const size_t start = current_text.find_first_not_of(kWhitespaceUTF16);
autocomplete.cc 124 const size_t first_non_white = text.find_first_not_of(kWhitespaceUTF16, 0);
    [all...]
autocomplete_edit_view_gtk.cc 564 const size_t start = current_text.find_first_not_of(kWhitespaceUTF16);
    [all...]
  /external/chromium/base/
string_util.h 176 BASE_API extern const char16 kWhitespaceUTF16[];
string_util.cc 153 const char16 kWhitespaceUTF16[] = {
305 return TrimStringT(input, kWhitespaceUTF16, positions, output);
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 177 const string16 delimiters = kWhitespaceUTF16 + newline_delimiters;
    [all...]

Completed in 393 milliseconds