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

  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util_unittest.cc 42 TEST_F(InputMethodUtilTest, StringIsSupported) {
43 EXPECT_TRUE(StringIsSupported("Hiragana", "mozc"));
44 EXPECT_TRUE(StringIsSupported("Latin", "mozc"));
45 EXPECT_TRUE(StringIsSupported("Direct input", "mozc"));
46 EXPECT_FALSE(StringIsSupported(
48 EXPECT_TRUE(StringIsSupported("Chinese", "pinyin"));
49 EXPECT_TRUE(StringIsSupported("Chinese", "mozc-chewing"));
51 EXPECT_FALSE(StringIsSupported("Chinese", "hangul"));
input_method_util.h 48 bool StringIsSupported(const std::string& english_string,
input_method_util.cc 395 bool StringIsSupported(const std::string& english_string,

Completed in 33 milliseconds