Home
last modified time | relevance | path

Searched refs:CHEWING_SH (Results 1 – 7 of 7) sorted by relevance

/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dspecial_table.h24 {"shuan", ChewingKey(CHEWING_SH, CHEWING_U, CHEWING_AN), 1147, {"shu", "an"}, {ChewingKey(CHEWING_S…
90 …ey(CHEWING_SH, CHEWING_ZERO_MIDDLE, CHEWING_AN), ChewingKey(CHEWING_G, CHEWING_ZERO_MIDDLE, CHEWIN…
91 …gKey(CHEWING_SH, CHEWING_ZERO_MIDDLE, CHEWING_E), ChewingKey(CHEWING_N, CHEWING_ZERO_MIDDLE, CHEWI…
92 …gKey(CHEWING_SH, CHEWING_ZERO_MIDDLE, CHEWING_E), ChewingKey(CHEWING_N, CHEWING_ZERO_MIDDLE, CHEWI…
H A Dchewing_enum.h32 CHEWING_SH = 17, enumerator
H A Dpinyin_phrase2.h44 ((lhs == CHEWING_S && rhs == CHEWING_SH) || in pinyin_compare_initial2()
45 (lhs == CHEWING_SH && rhs == CHEWING_S))) in pinyin_compare_initial2()
H A Dpinyin_parser_table.h4288 {"sha", "sh", "a", "ㄕㄚ", "sha", "sha", ChewingKey(CHEWING_SH, CHEWING_ZERO_MIDDLE, CHEWING_A)},
4289 {"shai", "sh", "ai", "ㄕㄞ", "shai", "shai", ChewingKey(CHEWING_SH, CHEWING_ZERO_MIDDLE, CHEWING_AI)},
4293 {"she", "sh", "e", "ㄕㄜ", "she", "she", ChewingKey(CHEWING_SH, CHEWING_ZERO_MIDDLE, CHEWING_E)},
4297 {"shi", "sh", "i", "ㄕ", "shih", "shr", ChewingKey(CHEWING_SH, CHEWING_I, CHEWING_ZERO_FINAL)},
4299 {"shu", "sh", "u", "ㄕㄨ", "shu", "shu", ChewingKey(CHEWING_SH, CHEWING_U, CHEWING_ZERO_FINAL)},
4300 {"shua", "sh", "ua", "ㄕㄨㄚ", "shua", "shua", ChewingKey(CHEWING_SH, CHEWING_U, CHEWING_A)},
4301 {"shuai", "sh", "uai", "ㄕㄨㄞ", "shuai", "shuai", ChewingKey(CHEWING_SH, CHEWING_U, CHEWING_AI)},
4302 {"shuan", "sh", "uan", "ㄕㄨㄢ", "shuan", "shuan", ChewingKey(CHEWING_SH, CHEWING_U, CHEWING_AN)},
4304 {"shui", "sh", "ui", "ㄕㄨㄟ", "shuei", "shuei", ChewingKey(CHEWING_SH, CHEWING_U, CHEWING_EI)},
4305 {"shun", "sh", "un", "ㄕㄨㄣ", "shun", "shuen", ChewingKey(CHEWING_SH, CHEWING_U, CHEWING_EN)},
[all …]
H A Dphonetic_key_matrix.cpp266 MATCH(PINYIN_AMB_S_SH, CHEWING_S, CHEWING_SH); in fuzzy_syllable_step()
267 MATCH(PINYIN_AMB_S_SH, CHEWING_SH, CHEWING_S); in fuzzy_syllable_step()
H A Dchewing_large_table.cpp164 MATCH(PINYIN_AMB_S_SH, CHEWING_S, CHEWING_SH); in initial_level_search()
165 MATCH(PINYIN_AMB_S_SH, CHEWING_SH, CHEWING_S); in initial_level_search()
/dports/chinese/libpinyin/libpinyin-2.3.0/tests/storage/
H A Dtest_phrase_index.cpp13 ChewingKey key2 = ChewingKey(CHEWING_SH, CHEWING_ZERO_MIDDLE, CHEWING_ANG); in main()