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

  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.h 97 std::string GetLanguageCodeFromInputMethodId(
input_method_util_unittest.cc 116 TEST_F(InputMethodUtilTest, GetLanguageCodeFromInputMethodId) {
118 EXPECT_EQ("zh-CN", GetLanguageCodeFromInputMethodId("pinyin"));
input_method_util.cc 481 std::string GetLanguageCodeFromInputMethodId(
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.h 47 std::string GetLanguageCodeFromInputMethodId(
input_method_util.cc 357 std::string InputMethodUtil::GetLanguageCodeFromInputMethodId(
input_method_util_unittest.cc 323 EXPECT_EQ("zh-CN", util_.GetLanguageCodeFromInputMethodId(pinyin_ime_id));

Completed in 402 milliseconds