Home | History | Annotate | Download | only in cintltst

Lines Matching defs:last

496          * unintentionally incomplete last-minute change.
930 * This test fails incorrectly if the First or Last code point of a repetitive area
932 * Currently, this means that both area First/Last and override lines are
1083 /* stop at the range that includes the last test code point (increases code coverage for enumeration) */
1537 int32_t last;
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;
1680 extContext.last = -1;
1966 /* The limit of the last run */
2148 { 0x2a6d6, UCHAR_NFKC_INERT, TRUE }, /* Han, last of CJK ext. B */
3315 /* add a pseudo-last line to finish testing of the actual last one */