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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c169 pstr->raw_mbs = (const unsigned char *) str;
226 ch = pstr->raw_mbs [pstr->raw_mbs_idx + byte_idx + i];
232 p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx;
244 wc = (wchar_t) pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
288 if (isascii (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx])
293 = toupper (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]);
304 ((const char *) pstr->raw_mbs + pstr->raw_mbs_idx
325 pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx, mbclen);
334 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
366 ch = pstr->raw_mbs [pst
[all...]
H A Dregex_internal.h324 const unsigned char *raw_mbs; member in struct:re_string_t
336 raw_mbs[raw_mbs_idx + i]. */
340 /* The corresponding number of bytes in raw_mbs array. */
358 the context of mbs[0] may be different from raw_mbs[0], which is

Completed in 39 milliseconds