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

  /external/pdfium/core/fpdftext/
cpdf_linkextract_unittest.cpp 35 WideString text_str(input);
36 EXPECT_FALSE(extractor.CheckMailLink(&text_str)) << input;
56 WideString text_str(input);
59 EXPECT_TRUE(extractor.CheckMailLink(&text_str)) << input;
60 EXPECT_STREQ(expected_str.c_str(), text_str.c_str());
83 WideString text_str(input);
86 EXPECT_FALSE(extractor.CheckWebLink(&text_str, &start_offset, &count))
178 WideString text_str(input);
181 EXPECT_TRUE(extractor.CheckWebLink(&text_str, &start_offset, &count))
183 EXPECT_STREQ(valid_cases[i].url_extracted, text_str.c_str())
    [all...]
  /external/libtextclassifier/utils/utf8/
unilib-javaicu.h 111 ScopedStringChars text_str = local
113 return text_str.get();
  /external/libtextclassifier/lang_id/
lang-id_jni.cc 92 const std::string text_str = ToStlString(env, text); local
94 model->FindLanguages(text_str, &result);

Completed in 111 milliseconds