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

  /external/chromium_org/ui/base/ime/chromeos/
character_composer_unittest.cc 224 // preedit_string() is always empty in key sequence composition mode.
226 EXPECT_TRUE(character_composer.preedit_string().empty());
229 EXPECT_TRUE(character_composer.preedit_string().empty());
301 EXPECT_EQ(ASCIIToUTF16("u"), character_composer.preedit_string());
303 EXPECT_EQ(ASCIIToUTF16("u3"), character_composer.preedit_string());
305 EXPECT_EQ(ASCIIToUTF16("u30"), character_composer.preedit_string());
307 EXPECT_EQ(ASCIIToUTF16("u304"), character_composer.preedit_string());
309 EXPECT_EQ(ASCIIToUTF16("u304a"), character_composer.preedit_string());
311 EXPECT_EQ(ASCIIToUTF16("u304"), character_composer.preedit_string());
314 EXPECT_EQ(ASCIIToUTF16(""), character_composer.preedit_string());
    [all...]
character_composer.h 36 const string16& preedit_string() const { return preedit_string_; } function in class:ui::CharacterComposer
59 // preedit_string() returns non empty string when there is a preedit string
61 // Return values of preedit_string() is empty after this method returns false.
  /external/chromium_org/ui/base/ime/
input_method_ibus.cc 576 UTF16ToUTF8(character_composer_.preedit_string()));

Completed in 27 milliseconds