Lines Matching refs:ecncp
1666 struct enumExtCharNamesContext *ecncp = (struct enumExtCharNamesContext *) context;
1668 if (ecncp->last != (int32_t) code - 1) {
1669 if (ecncp->last < 0) {
1670 log_err("u_enumCharName(0x%lx - Ext) after u_enumCharName(0x%lx - Ext) instead of u_enumCharName(0x%lx - Ext)\n", code, ecncp->last, ecncp->last + 1);
1675 ecncp->last = (int32_t) code;
1681 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length);