OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_mbs_idx
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c
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];
381
p = (const char *) pstr->raw_mbs + pstr->
raw_mbs_idx
+ src_idx
[
all
...]
regex_internal.h
378
raw_mbs[
raw_mbs_idx
+ i]. */
379
Idx
raw_mbs_idx
;
member in struct:re_string_t
390
/* This is RAW_LEN -
RAW_MBS_IDX
+ VALID_LEN - VALID_RAW_LEN. */
396
/* This is RAW_STOP -
RAW_MBS_IDX
adjusted through OFFSETS. */
regexec.c
823
__re_size_t offset = match_first - mctx.input.
raw_mbs_idx
;
831
offset = match_first - mctx.input.
raw_mbs_idx
;
[
all
...]
Completed in 2477 milliseconds