HomeSort by relevance Sort by last modified time
    Searched refs:raw_mbs (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 178 pstr->raw_mbs = (const unsigned char *) str;
235 ch = pstr->raw_mbs [pstr->raw_mbs_idx + byte_idx + i];
241 p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx;
253 wc = (wchar_t) pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
297 if (isascii (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx])
302 = toupper (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]);
313 ((const char *) pstr->raw_mbs + pstr->raw_mbs_idx
334 pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx, mbclen);
343 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
375 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i]
    [all...]
regex_internal.h 366 const unsigned char *raw_mbs; member in struct:re_string_t
369 the same address that RAW_MBS points. */
377 /* Index in RAW_MBS. Each character mbs[i] corresponds to
378 raw_mbs[raw_mbs_idx + i]. */
382 /* The corresponding number of bytes in raw_mbs array. */
388 /* length of RAW_MBS array. */
400 the context of mbs[0] may be different from raw_mbs[0], which is

Completed in 22 milliseconds