Home
last modified time | relevance | path

Searched refs:CANGJIE_NOCHARS (Results 1 – 8 of 8) sorted by relevance

/dports/chinese/libcangjie/libcangjie-1.3/src/
H A Dbench.c69 if (ret != CANGJIE_NOCHARS) { in main()
92 if (ret != CANGJIE_NOCHARS) { in main()
116 if (ret != CANGJIE_NOCHARS) { in main()
H A Dcangjieerrors.h22 #define CANGJIE_NOCHARS 1 /* Nothing wrong, but no corresponding CangjieChar returned */ macro
H A Dcli.c218 if (ret == CANGJIE_NOCHARS) { in main()
222 return CANGJIE_NOCHARS; in main()
H A Dcangjie.c300 return CANGJIE_NOCHARS; in cangjie_get_characters()
362 return CANGJIE_NOCHARS; in cangjie_get_characters_by_shortcode()
/dports/chinese/libcangjie/libcangjie-1.3/docs/
H A Derrors.md9 `CANGJIE_NOCHARS` when no characters correspond to your query.
/dports/chinese/pycangjie/pycangjie-1.3/src/cangjie/
H A Derrors.pyx52 if code == _core.CANGJIE_NOCHARS:
H A D_core.pxd41 cdef int CANGJIE_NOCHARS
/dports/chinese/libcangjie/libcangjie-1.3/
H A DREADME.md17 if (ret == CANGJIE_NOCHARS) {