Searched refs:COLLATOR_ERROR (Results 1 – 1 of 1) sorted by relevance
40 #define COLLATOR_ERROR(co) (co)->err macro41 #define COLLATOR_ERROR_P(co) &(COLLATOR_ERROR(co))43 #define COLLATOR_ERROR_CODE(co) INTL_ERROR_CODE(COLLATOR_ERROR(co))44 #define COLLATOR_ERROR_CODE_P(co) &(INTL_ERROR_CODE(COLLATOR_ERROR(co)))
Completed in 4 milliseconds