Home
last modified time | relevance | path

Searched refs:trans (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/android/support/src/musl-ctype/
Dwctrans.c11 wint_t towctrans(wint_t wc, wctrans_t trans) in towctrans() argument
13 if (trans == (wctrans_t)1) return towupper(wc); in towctrans()
14 if (trans == (wctrans_t)2) return towlower(wc); in towctrans()
/ndk/tests/device/test-gnustl-full/unit/
Dtransform_test.cpp61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; in trnsfrm2() local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77}; in trnsfrm2()
69 transform(n, n + count, trans, back_inserter(res), map_char); in trnsfrm2()
/ndk/tests/device/test-stlport/unit/
Dtransform_test.cpp61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; in trnsfrm2() local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77}; in trnsfrm2()
69 transform(n, n + count, trans, back_inserter(res), map_char); in trnsfrm2()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c25 RE_TRANSLATE_TYPE trans, bool icase,
43 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate() argument
52 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate()
71 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct() argument
75 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct()
116 if (trans != NULL) in re_string_construct()
174 RE_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common() argument
180 pstr->trans = trans; in re_string_construct_common()
182 pstr->mbs_allocated = (trans != NULL || icase); in re_string_construct_common()
228 if (BE (pstr->trans != NULL, 0)) in build_wcs_buffer()
[all …]
Dregcomp.c96 static reg_errcode_t build_charclass (RE_TRANSLATE_TYPE trans,
105 static reg_errcode_t build_charclass (RE_TRANSLATE_TYPE trans,
111 RE_TRANSLATE_TYPE trans,
2374 tree = build_charclass_op (dfa, regexp->trans, in parse_expression()
2383 tree = build_charclass_op (dfa, regexp->trans, in parse_expression()
3214 *err = build_charclass (regexp->trans, sbcset, in parse_bracket_exp()
3493 build_charclass (RE_TRANSLATE_TYPE trans, bitset_t sbcset, in build_charclass() argument
3497 build_charclass (RE_TRANSLATE_TYPE trans, bitset_t sbcset, in build_charclass()
3530 if (BE (trans != NULL, 0)) \ in build_charclass()
3534 bitset_set (sbcset, trans[i]); \ in build_charclass()
[all …]
Dregex_internal.h404 RE_TRANSLATE_TYPE trans; member
Dregexec.c4178 if (pstr->trans != NULL) in extend_buffers()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0006-Emulate-__has_feature-for-GCC.patch51 …S_NO_STRONG_ENUMS) // See usage in libcxx/test/utilities/meta/meta.trans/meta.trans.other/underly…
D0013-temp-collective-ndk-hackathon-fixes.patch40 .../meta.trans.other/aligned_storage.pass.cpp | 10 ++++--
1244 …git a/test/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp b/test/utilities/me…
1246 --- a/test/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
1247 +++ b/test/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1672 char **trans; local
1687 trans = cur_cmd->x.translatemb;
1689 for (i = 0; trans[2*i] != NULL; i++)
1691 if (strncmp(line.active + idx, trans[2*i], mbclen) == 0)
1694 int trans_len = strlen(trans[2*i+1]);
1727 strncpy(line.active + prev_idx, trans[2*i+1],
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4191 $(call gen-test, utilities/meta/meta.trans/meta.trans.arr/remove_all_extents)
4192 $(call gen-test, utilities/meta/meta.trans/meta.trans.arr/remove_extent)
4193 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/add_const)
4194 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/add_cv)
4195 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/add_volatile)
4196 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/remove_const)
4197 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/remove_cv)
4198 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/remove_volatile)
4199 $(call gen-test, utilities/meta/meta.trans/meta.trans.other/aligned_storage)
4200 $(call gen-test, utilities/meta/meta.trans/meta.trans.other/aligned_union)
[all …]
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4182 $(call gen-test, utilities/meta/meta.trans/meta.trans.arr/remove_all_extents)
4183 $(call gen-test, utilities/meta/meta.trans/meta.trans.arr/remove_extent)
4184 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/add_const)
4185 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/add_cv)
4186 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/add_volatile)
4187 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/remove_const)
4188 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/remove_cv)
4189 $(call gen-test, utilities/meta/meta.trans/meta.trans.cv/remove_volatile)
4190 $(call gen-test, utilities/meta/meta.trans/meta.trans.other/aligned_storage)
4191 $(call gen-test, utilities/meta/meta.trans/meta.trans.other/aligned_union)
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__config492 …S_NO_STRONG_ENUMS) // See usage in libcxx/test/utilities/meta/meta.trans/meta.trans.other/underly…
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngpriv.h870 png_const_bytep trans, png_const_color_16p values, int number,
1154 png_bytep row, png_const_colorp palette, png_const_bytep trans,
/ndk/sources/host-tools/make-3.81/
Dconfigure1004 | --program-trans | --program-tran \
1012 | --program-trans=* | --program-tran=* \
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.01004 | --program-trans | --program-tran \
1012 | --program-trans=* | --program-tran=* \