Searched refs:current_end (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniwidth/
H A Dtest-uc_width2.c31 static ucs4_t current_end; variable
38 if (current_start == current_end)
42 (unsigned) current_end, current_width);
50 if (current_width == width && uc == current_end + 1)
51 current_end = uc;
56 current_start = current_end = uc;

Completed in 160 milliseconds