Home
last modified time | relevance | path

Searched refs:CHEWING_ZERO_TONE (Results 1 – 10 of 10) sorted by relevance

/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dchewing_key.cpp53 if (CHEWING_ZERO_TONE == m_tone) { in get_pinyin_string()
80 if (CHEWING_ZERO_TONE == m_tone) { in get_zhuyin_string()
97 if (CHEWING_ZERO_TONE == m_tone) { in get_luoma_pinyin_string()
110 if (CHEWING_ZERO_TONE == m_tone) { in get_secondary_zhuyin_string()
H A Dzhuyin_parser2.cpp120 *tone = CHEWING_ZERO_TONE; in search_chewing_tones()
165 unsigned char tone = CHEWING_ZERO_TONE; in parse_one_key()
176 if (options & FORCE_TONE && CHEWING_ZERO_TONE == tone) in parse_one_key()
305 unsigned char tone = CHEWING_ZERO_TONE; in in_chewing_scheme()
344 unsigned char tone = CHEWING_ZERO_TONE; in parse_one_key()
383 if (options & FORCE_TONE && CHEWING_ZERO_TONE == tone) { in parse_one_key()
498 unsigned char tone = CHEWING_ZERO_TONE; in in_chewing_scheme()
579 unsigned char tone = CHEWING_ZERO_TONE; in parse_one_key()
596 if (options & FORCE_TONE && CHEWING_ZERO_TONE == tone) { in parse_one_key()
798 unsigned char tone = CHEWING_ZERO_TONE; in in_chewing_scheme()
[all …]
H A Dpinyin_phrase3.h100 if (lhs == CHEWING_ZERO_TONE) in pinyin_compare_tone3()
102 if (rhs == CHEWING_ZERO_TONE) in pinyin_compare_tone3()
152 assert(CHEWING_ZERO_TONE == key.m_tone); in contains_incomplete_pinyin()
165 key.m_tone = CHEWING_ZERO_TONE; in compute_chewing_index()
H A Dpinyin_parser2.cpp167 guint16 tone = CHEWING_ZERO_TONE; guint16 tone_pos = 0; in parse_one_key()
181 if (options & FORCE_TONE && CHEWING_ZERO_TONE == tone) { in parse_one_key()
200 if (tone != CHEWING_ZERO_TONE) { in parse_one_key()
420 ChewingTone tone = CHEWING_ZERO_TONE; in parse_one_key()
434 if (options & FORCE_TONE && CHEWING_ZERO_TONE == tone) in parse_one_key()
615 guint16 tone = CHEWING_ZERO_TONE; guint16 tone_pos = 0; in parse_one_key()
629 if (options & FORCE_TONE && CHEWING_ZERO_TONE == tone) { in parse_one_key()
648 if (tone != CHEWING_ZERO_TONE) { in parse_one_key()
H A Dchewing_key.h53 m_tone = CHEWING_ZERO_TONE; in _ChewingKey()
62 m_tone = CHEWING_ZERO_TONE; in _ChewingKey()
H A Dpinyin_phrase2.h124 if (lhs == CHEWING_ZERO_TONE) in pinyin_compare_tone2()
126 if (rhs == CHEWING_ZERO_TONE) in pinyin_compare_tone2()
220 for (k = aKey.m_tone - 1; k >= CHEWING_ZERO_TONE; --k) { in compute_lower_value2()
H A Dchewing_enum.h92 CHEWING_ZERO_TONE = 0, enumerator
H A Dchewing_large_table.cpp119 for (int n = CHEWING_ZERO_TONE; n < CHEWING_NUMBER_OF_TONES; in reset()
279 case CHEWING_ZERO_TONE: in tone_level_search()
282 for (int i = CHEWING_ZERO_TONE; i < CHEWING_NUMBER_OF_TONES; ++i) { in tone_level_search()
296 [initial][middle][final][CHEWING_ZERO_TONE]; in tone_level_search()
975 for (int n = CHEWING_ZERO_TONE; n < CHEWING_NUMBER_OF_TONES; in mask_out()
/dports/chinese/libpinyin/libpinyin-2.3.0/utils/storage/
H A Dgen_zhuyin_table.cpp314 assert (CHEWING_ZERO_TONE != key.m_tone); in gen_phrase_file()
/dports/chinese/libpinyin/libpinyin-2.3.0/src/
H A Dpinyin.cpp2218 assert(CHEWING_ZERO_TONE == key->m_tone); in pinyin_get_pinyin_is_incomplete()
2945 if (CHEWING_ZERO_TONE != key.m_tone) { in pinyin_get_double_pinyin_auxiliary_text()
3081 assert(CHEWING_ZERO_TONE == key.m_tone); in _remember_phrase_recur()