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

  /external/chromium_org/content/renderer/android/
phone_number_detector_unittest.cc 16 string16 content_16 = UTF8ToUTF16(content); local
21 if (detector.FindContent(content_16.begin(), content_16.end(),
23 result_16 = content_16.substr(start, end - start);
29 string16 content_16 = UTF8ToUTF16(content); local
34 detector.FindContent(content_16.begin(), content_16.end(),
email_detector_unittest.cc 16 string16 content_16 = UTF8ToUTF16(content); local
21 if (detector.FindContent(content_16.begin(), content_16.end(),
23 result_16 = content_16.substr(start, end - start);
  /external/chromium_org/content/browser/android/
content_view_statics.cc 65 string16 content_16 = ConvertJavaStringToUTF16(env, addr); local
67 if (content::address_parser::FindAddress(content_16, &result_16))
  /external/chromium_org/content/common/android/
address_parser_unittest.cc 28 string16 content_16 = UTF8ToUTF16(content); local
33 if (parser.Parse(content_16.begin(), content_16.end(), &word))
81 string16 content_16 = UTF8ToUTF16(content); local
84 if (::FindAddress(content_16.begin(), content_16.end(), &start, &end))
85 result_16 = content_16.substr(start, end - start);

Completed in 978 milliseconds