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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 410 unsigned char map_notascii; member in struct:re_string_t
694 unsigned int map_notascii : 1; member in struct:re_dfa_t
regex_internal.c 186 pstr->map_notascii = dfa->map_notascii;
291 if (! pstr->map_notascii && pstr->trans == NULL && !pstr->offsets_needed)
    [all...]
regcomp.c 900 dfa->map_notascii = (_NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_MAP_TO_NONASCII)
908 dfa->map_notascii = 0;
933 dfa->map_notascii = 1;
    [all...]

Completed in 490 milliseconds