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

/freebsd-current/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c1194 if (k >= size && *p == U8_TBL_ELEMENT_FILLER) {
1199 while (*++p != U8_TBL_ELEMENT_FILLER)
1206 if (*p != U8_TBL_ELEMENT_FILLER)
1207 while (*++p != U8_TBL_ELEMENT_FILLER)
1209 while (*++p != U8_TBL_ELEMENT_FILLER)
1319 if (k >= size && *q == U8_TBL_ELEMENT_FILLER) {
1324 while (*++q != U8_TBL_ELEMENT_FILLER) {
1341 if (*q != U8_TBL_ELEMENT_FILLER)
1342 while (*++q != U8_TBL_ELEMENT_FILLER)
1344 while (*++q != U8_TBL_ELEMENT_FILLER)
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Du8_textprep_data.h136 * used. The U8_TBL_ELEMENT_FILLER indicates the end of a UTF-8 character at
142 #define U8_TBL_ELEMENT_FILLER (0xf7) macro
143 #define FIL_ U8_TBL_ELEMENT_FILLER
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Du8_textprep_data.h136 * used. The U8_TBL_ELEMENT_FILLER indicates the end of a UTF-8 character at
142 #define U8_TBL_ELEMENT_FILLER (0xf7) macro
143 #define FIL_ U8_TBL_ELEMENT_FILLER
[all...]

Completed in 234 milliseconds