Home
last modified time | relevance | path

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

/dports/chinese/libcangjie/libcangjie-1.3/src/
H A Dcangjie.c83 return CANGJIE_NOMEM; in cangjie_get_filter_query()
91 return CANGJIE_NOMEM; in cangjie_get_filter_query()
154 return CANGJIE_NOMEM; in cangjie_new()
165 return CANGJIE_NOMEM; in cangjie_new()
184 return CANGJIE_NOMEM; in cangjie_new()
234 return CANGJIE_NOMEM; in cangjie_get_characters()
242 return CANGJIE_NOMEM; in cangjie_get_characters()
260 return CANGJIE_NOMEM; in cangjie_get_characters()
323 return CANGJIE_NOMEM; in cangjie_get_characters_by_shortcode()
H A Dcangjieerrors.h25 #define CANGJIE_NOMEM 4 /* Memory allocation failure */ macro
H A Ddbbuilder.c108 return CANGJIE_NOMEM; in insert_line()
125 return CANGJIE_NOMEM; in insert_line()
H A Dcangjiechar.c33 return CANGJIE_NOMEM; in cangjie_char_new()
H A Dcangjiecharlist.c30 return CANGJIE_NOMEM; in cangjie_char_list_new_elem()
/dports/chinese/libcangjie/libcangjie-1.3/docs/
H A Derrors.md17 When memory could not be allocated, the function will return `CANGJIE_NOMEM`.
/dports/chinese/pycangjie/pycangjie-1.3/src/cangjie/
H A Derrors.pyx61 if code == _core.CANGJIE_NOMEM:
H A D_core.pxd44 cdef int CANGJIE_NOMEM