Searched refs:translate (Results 1 – 21 of 21) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | regexp.c | 108 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;
|
D | compile.c | 1370 unsigned char *translate = local 1378 translate[len] = len; 1381 translate[*ustring++] = (unsigned char)*dest_buf++; 1383 cur_cmd->x.translate = translate;
|
D | sed.h | 183 unsigned char *translate; member
|
D | execute.c | 1741 *p = cur_cmd->x.translate[*p];
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.h | 477 REG_TRANSLATE_TYPE _REG_RE_NAME (translate);
|
D | regcomp.c | 507 preg->translate = NULL; 672 re_free (preg->translate); 673 preg->translate = NULL; 801 err = re_string_construct (®exp, pattern, length, preg->translate, in re_compile_internal() 827 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()
|
D | regexec.c | 668 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/ |
D | regex.m4 | 93 regex.translate = folded_chars;
|
/ndk/build/gmsl/ |
D | __gmsl | 325 # 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/ |
D | mac-mf.inp | 92 # FIXME: This doesn't translate to MPW yet, srcdir must be same as objdir.
|
D | mac-mf.good | 92 # FIXME � This doesn't translate to MPW yet, srcdir must be same as objdir
|
/ndk/sources/host-tools/make-3.81/po/ |
D | vi.po | 1243 # 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
|
D | he.po | 1606 # It's no use to try to translate the signal names.
|
/ndk/sources/host-tools/make-3.81/ |
D | COPYING | 31 These restrictions translate to certain responsibilities for you if you
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 2898 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'.
|
D | make.texi | 3441 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/ |
D | ChangeLog | 3141 * sed.c (compile_program): define translate as unsigned char * so
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1370 % xx to do this right, we have to translate 8-bit characters to
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 1545 % xx to do this right, we have to translate 8-bit characters to
|