Home
last modified time | relevance | path

Searched refs:translate (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c108 new_regex->pattern.translate = NULL;
112 static char translate[1 << (sizeof(char) * 8)];
114 for (i = 0; i < sizeof(translate) / sizeof(char); i++)
115 translate[i] = tolower (i);
117 new_regex->pattern.translate = translate;
Dcompile.c1370 unsigned char *translate = local
1378 translate[len] = len;
1381 translate[*ustring++] = (unsigned char)*dest_buf++;
1383 cur_cmd->x.translate = translate;
Dsed.h183 unsigned char *translate; member
Dexecute.c1741 *p = cur_cmd->x.translate[*p];
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h477 REG_TRANSLATE_TYPE _REG_RE_NAME (translate);
Dregcomp.c507 preg->translate = NULL;
672 re_free (preg->translate);
673 preg->translate = NULL;
801 err = re_string_construct (&regexp, pattern, length, preg->translate, in re_compile_internal()
827 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()
Dregexec.c668 RE_TRANSLATE_TYPE t = preg->translate; in re_search_internal()
706 preg->translate, (preg->syntax & RE_ICASE) != 0, in re_search_internal()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dregex.m493 regex.translate = folded_chars;
/ndk/build/gmsl/
D__gmsl325 # Arguments: 1: The list of characters to translate from
326 # 2: The list of characters to translate to
327 # 3: The text to translate
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.inp92 # FIXME: This doesn't translate to MPW yet, srcdir must be same as objdir.
Dmac-mf.good92 # FIXME � This doesn't translate to MPW yet, srcdir must be same as objdir
/ndk/sources/host-tools/make-3.81/po/
Dvi.po1243 # Variable: don't translate / Biến: đừng dịch
1249 # Variable: do not translate/ biến: đừng dịch
1807 # Literal: don't translate / Nghĩa chữ: đừng dịch
1812 # Literal: don't translate / Nghĩa chữ: đừng dịch
Dhe.po1606 # It's no use to try to translate the signal names.
/ndk/sources/host-tools/make-3.81/
DCOPYING31 These restrictions translate to certain responsibilities for you if you
/ndk/build/tools/toolchain-licenses/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-12898 The purpose of the `sed' command is to translate (for example):
2919 (This example uses a substitution variable reference to translate the
7124 Program to translate Web into TeX; default `weave'.
7127 Program to translate C Web into TeX; default `cweave'.
7130 Program to translate Web into Pascal; default `tangle'.
7133 Program to translate C Web into C; default `ctangle'.
Dmake.texi3441 The purpose of the @code{sed} command is to translate (for example):
3474 (This example uses a substitution variable reference to translate the
8772 Program to translate Web into @TeX{}; default @samp{weave}.
8777 Program to translate C Web into @TeX{}; default @samp{cweave}.
8782 Program to translate Web into Pascal; default @samp{tangle}.
8787 Program to translate C Web into C; default @samp{ctangle}.
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog3141 * sed.c (compile_program): define translate as unsigned char * so
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex1370 % xx to do this right, we have to translate 8-bit characters to
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex1545 % xx to do this right, we have to translate 8-bit characters to