Lines Matching full:pinyin
36 // The spelling id for the Pinyin string from the previous DMI to this node.
75 // valid Pinyin should be extended.
79 // Pinyin, and because all dmi nodes at location 'd' (including those for
85 // When the last 'o' is added, the parser finds "gao" is a valid Pinyin.
92 // For Pinyin string "xian", because "xian" is a valid Pinyin, because all dmi
106 // lemmas from the beginning are fixed. If user deletes Pinyin characters one
114 // when user deletes Pinyin characters from the end, these sub lemmas can also
179 // The maximum allowed length of spelling string (such as a Pinyin string).
185 // Pinyin string. Max length: kMaxRowNum - 1
257 // input Pinyin is "an", reset_search(1) will reset the search space to the
397 // Search a Pinyin string.
401 // Used to delete something in the Pinyin string kept by the engine, and do
403 // Return value is the new length of Pinyin string kept by the engine which
405 // If is_pos_in_splid is false, pos is used to indicate that pos-th Pinyin
406 // character needs to be deleted. If is_pos_in_splid is true, all Pinyin
420 // Get the Pinyin string stored by the engine.
428 // For a Pinyin "women", the returned value is 2, spl_start is [0, 2, 5] .