HomeSort by relevance Sort by last modified time
    Searched full:normalize_text (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 164 new_regex->sz = normalize_text(new_regex->re, re_len, TEXT_REGEX);
sed.h 192 size_t normalize_text P_((char *text, size_t len, enum text_types buftype));
compile.c 793 length = normalize_text(base, length, TEXT_REPLACEMENT);
930 buf->text_length = normalize_text (get_buffer (pending_text),
1308 len = normalize_text(src_buf, size_buffer (b), TEXT_BUFFER);
1313 dest_len = normalize_text(dest_buf, size_buffer (b2), TEXT_BUFFER);
1412 normalize_text(buf, len, buftype) function
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 669 * sed/compile.c (normalize_text): Replace final parameter with one of
670 type normalize_text. If TEXT_REGEX and in POSIXLY_CORRECT mode,
851 * sed/compile.c (normalize_text): Treat multibyte character
854 through normalize_text
857 * sed/compile.c (normalize_text): Add parameter that says
    [all...]

Completed in 202 milliseconds