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

/opensolaris-onvv-gate/usr/src/common/unicode/
H A Du8_textprep.c1191 if (k >= size && *p == U8_TBL_ELEMENT_FILLER) {
1196 while (*++p != U8_TBL_ELEMENT_FILLER)
1203 if (*p != U8_TBL_ELEMENT_FILLER)
1204 while (*++p != U8_TBL_ELEMENT_FILLER)
1206 while (*++p != U8_TBL_ELEMENT_FILLER)
1312 if (k >= size && *q == U8_TBL_ELEMENT_FILLER) {
1317 while (*++q != U8_TBL_ELEMENT_FILLER) {
1334 if (*q != U8_TBL_ELEMENT_FILLER)
1335 while (*++q != U8_TBL_ELEMENT_FILLER)
1337 while (*++q != U8_TBL_ELEMENT_FILLER)
[all...]
/opensolaris-onvv-gate/usr/src/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...]

Completed in 134 milliseconds