Searched refs:table (Results 1 – 6 of 6) sorted by relevance
/posix/ |
A D | fnmatch_loop.c | 353 const int32_t *table; in FCT() local 366 table = (const int32_t *) in FCT() 375 table = (const int32_t *) in FCT() 385 idx = FINDIDX (table, indirect, extra, &cp, 1); in FCT() 395 idx2 = FINDIDX (table, indirect, extra, in FCT()
|
A D | regex_internal.h | 816 const int32_t *table, *indirect; in re_string_elem_size_at() local 821 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB); in re_string_elem_size_at() 827 findidx (table, indirect, extra, &p, pstr->len - idx); in re_string_elem_size_at()
|
A D | regcomp.c | 360 const int32_t *table = (const int32_t *) in re_compile_fastmap_iter() local 363 if (table[i] < 0) in re_compile_fastmap_iter() 3507 const int32_t *table, *indirect; in build_equiv_class() local 3515 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB); in build_equiv_class() 3522 idx1 = findidx (table, indirect, extra, &cp, -1); in build_equiv_class() 3533 idx2 = findidx (table, indirect, extra, &cp, 1); in build_equiv_class()
|
A D | PCRE.tests | 905 Food is on the foo table 906 0: foo table 908 2: table
|
A D | regexec.c | 3761 const int32_t *table, *indirect; in check_node_accept_bytes() local 3812 table = (const int32_t *) in check_node_accept_bytes() 3820 int32_t idx = findidx (table, indirect, extra, &cp, elem_len); in check_node_accept_bytes()
|
A D | tst-regex.input | 3895 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and 3897 (gen-8bit-gap-table): Likewise. 4008 table. 4015 * iconvdata/Makefile (generate-8bit-table): Use shell script 4017 (generate-8bit-gap-table): Likewise. 4660 * iconvdata/Makefile: Correct rules to generate gap table. 7801 header table. 8872 table, fix typo when allocating ordering array. 9004 * sysdeps/libm-ieee754/e_exp.c: Use accurate table method. 9011 new table. [all …]
|
Completed in 34 milliseconds