Home
last modified time | relevance | path

Searched refs:chewing_userphrase_has_next (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/libchewing/libchewing-0.5.1/test/
H A Dtest-userphrase.c340 ret = chewing_userphrase_has_next(ctx, &phrase_len, &bopomofo_len); in test_userphrase_enumerate_normal()
355 ret = chewing_userphrase_has_next(ctx, &phrase_len, &bopomofo_len); in test_userphrase_enumerate_normal()
381 ret = chewing_userphrase_has_next(ctx, &phrase_len, &bopomofo_len); in test_userphrase_enumerate_empty()
414 ret = chewing_userphrase_has_next(ctx, &phrase_len, &bopomofo_len); in test_userphrase_enumerate_rewind()
432 ret = chewing_userphrase_has_next(ctx, &phrase_len, &bopomofo_len); in test_userphrase_enumerate_rewind()
H A Dtest-error-handling.c173 ret = chewing_userphrase_has_next(NULL, NULL, NULL); in test_null()
/dports/chinese/libchewing/libchewing-0.5.1/include/
H A Dchewingio.h526 CHEWING_API int chewing_userphrase_has_next(ChewingContext *ctx, unsigned int *phrase_len, unsigned…
/dports/chinese/libchewing/libchewing-0.5.1/doc/
H A Dlibchewing.texi997 prior @code{chewing_userphrase_has_next} and @code{chewing_userphrase_get} in
1005 while (chewing_userphrase_has_next(ctx, &phrase_len, &bopomofo_len)) @{
1017 @deftypefun int chewing_userphrase_has_next (ChewingContext *@var{ctx}, unsigned
1034 @code{chewing_userphrase_has_next}.
/dports/chinese/libchewing/libchewing-0.5.1/
H A DNEWS57 - chewing_userphrase_has_next
/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dchewingio.c1874 CHEWING_API int chewing_userphrase_has_next(ChewingContext *ctx, unsigned int *phrase_len, unsigned… in chewing_userphrase_has_next() function