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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Du-wordbreaks.h27 int last_char_prop = -1; local
52 if (last_char_prop >= 0)
55 if (last_char_prop == WBP_CR && prop == WBP_LF)
58 else if (last_char_prop >= WBP_NEWLINE
60 last_char_prop == WBP_CR
61 || last_char_prop == WBP_LF
62 || last_char_prop == WBP_NEWLINE */
114 last_char_prop = prop;

Completed in 101 milliseconds