Home
last modified time | relevance | path

Searched refs:phone_buf (Results 1 – 2 of 2) sorted by relevance

/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dchewingio.c1988 uint16_t *phone_buf = 0; in chewing_userphrase_add() local
2006 if (!phone_buf) in chewing_userphrase_add()
2010 free(phone_buf); in chewing_userphrase_add()
2015 free(phone_buf); in chewing_userphrase_add()
2028 uint16_t *phone_buf = 0; in chewing_userphrase_remove() local
2040 if (!phone_buf) in chewing_userphrase_remove()
2044 free(phone_buf); in chewing_userphrase_remove()
2048 free(phone_buf); in chewing_userphrase_remove()
2070 if (!phone_buf) in chewing_userphrase_lookup()
2074 free(phone_buf); in chewing_userphrase_lookup()
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/src/tools/
H A Dinit_database.c388 char phone_buf[MAX_UTF8_SIZE * BOPOMOFO_SIZE + 1]; in store_word() local
417 PhoneFromKey(phone_buf, key_buf, KB_DEFAULT, 1); in store_word()
418 word_data[num_word_data].text->phone[0] = UintFromPhone(phone_buf); in store_word()