Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ecncp

1544     struct enumExtCharNamesContext *ecncp = (struct enumExtCharNamesContext *) context;
1546 if (ecncp->last != (int32_t) code - 1) {
1547 if (ecncp->last < 0) {
1548 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);
1553 ecncp->last = (int32_t) code;
1559 return enumCharNamesFn(&ecncp->length, code, nameChoice, name, length);