Home
last modified time | relevance | path

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

/dports/chinese/libcangjie/libcangjie-1.3/src/
H A Dcangjie.c223 return CANGJIE_INVALID; in cangjie_get_characters()
227 return CANGJIE_INVALID; in cangjie_get_characters()
318 return CANGJIE_INVALID; in cangjie_get_characters_by_shortcode()
374 return CANGJIE_INVALID; in cangjie_get_radical()
391 return CANGJIE_INVALID; in cangjie_is_input_key()
H A Dcangjieerrors.h26 #define CANGJIE_INVALID 5 /* Invalid input was passed to the library */ macro
H A Dcli.c223 } else if (ret == CANGJIE_INVALID) { in main()
227 return CANGJIE_INVALID; in main()
/dports/chinese/libcangjie/libcangjie-1.3/docs/
H A Derrors.md19 Finally, functions will return `CANGJIE_INVALID` when they are passed an
H A Dcangjie.md128 // ret would be equal to CANGJIE_INVALID here
133 input) or `CANGJIE_INVALID` (the key is not).
/dports/chinese/pycangjie/pycangjie-1.3/src/cangjie/
H A Derrors.pyx64 if code == _core.CANGJIE_INVALID:
H A D_core.pxd45 cdef int CANGJIE_INVALID
H A D_core.pyx175 if ret not in (_core.CANGJIE_OK, _core.CANGJIE_INVALID):