/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 184 _Locale_lcid_t lc; member 190 _Locale_lcid_t lc; member 198 _Locale_lcid_t lc; member 214 _Locale_lcid_t lc; member 219 _Locale_lcid_t lc; member 269 { return (ltype != 0) ? <ype->lc : 0; } in _Locale_get_ctype_hint() 271 { return (lnumeric != 0) ? &lnumeric->lc : 0; } in _Locale_get_numeric_hint() 273 { return (ltime != 0) ? <ime->lc : 0; } in _Locale_get_time_hint() 275 { return (lcollate != 0) ? &lcollate->lc : 0; } in _Locale_get_collate_hint() 277 { return (lmonetary != 0) ? &lmonetary->lc : 0; } in _Locale_get_monetary_hint() [all …]
|
D | c_wlocale_win32.c | 26 _Locale_lcid_t lc; member 49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1); in _WLocale_tolower() 57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1); in _WLocale_toupper() 72 if (__GetLCIDFromName(name, &lcodecvt->lc.id, cp_name, lc_hint) == -1) in _Locale_codecvt_create() 95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf); in _Locale_codecvt_name() 204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2); in _WLocale_strcmp_aux() 236 result = LCMapStringW(lcol->lc.id, LCMAP_SORTKEY, src, (int)src_size, dst, (int)dst_size); in _WLocale_strxfrm() 248 GetLocaleInfoW(lnum->lc.id, LOCALE_SDECIMAL, buf, 4); in _WLocale_decimal_point() 254 GetLocaleInfoW(lnum->lc.id, LOCALE_STHOUSAND, buf, 4); in _WLocale_thousands_sep() 274 { GetLocaleInfoW(lmon->lc.id, LOCALE_SINTLSYMBOL, buf, (int)bufSize); return buf; } in _WLocale_int_curr_symbol() [all …]
|
/ndk/tests/device/test-libc++-shared-full/ |
D | BROKEN_RUN | 19 nalibcxxg++ transform.pass.cpp -lc++_shared -latomic 24 nalibcxxg++ is_1.pass.cpp -lc++_shared -latomic 29 nalibcxxg++ is_many.pass.cpp -lc++_shared -latomic 34 nalibcxxg++ narrow_1.pass.cpp -lc++_shared -latomic 39 nalibcxxg++ narrow_many.pass.cpp -lc++_shared -latomic 44 nalibcxxg++ scan_is.pass.cpp -lc++_shared -latomic 49 nalibcxxg++ scan_not.pass.cpp -lc++_shared -latomic 54 nalibcxxg++ tolower_1.pass.cpp -lc++_shared -latomic 59 nalibcxxg++ tolower_many.pass.cpp -lc++_shared -latomic 64 nalibcxxg++ toupper_1.pass.cpp -lc++_shared -latomic [all …]
|
/ndk/tests/device/test-libc++-static-full/ |
D | BROKEN_RUN | 19 nalibcxxg++ transform.pass.cpp -lc++_shared -latomic 24 nalibcxxg++ is_1.pass.cpp -lc++_shared -latomic 29 nalibcxxg++ is_many.pass.cpp -lc++_shared -latomic 34 nalibcxxg++ narrow_1.pass.cpp -lc++_shared -latomic 39 nalibcxxg++ narrow_many.pass.cpp -lc++_shared -latomic 44 nalibcxxg++ scan_is.pass.cpp -lc++_shared -latomic 49 nalibcxxg++ scan_not.pass.cpp -lc++_shared -latomic 54 nalibcxxg++ tolower_1.pass.cpp -lc++_shared -latomic 59 nalibcxxg++ tolower_many.pass.cpp -lc++_shared -latomic 64 nalibcxxg++ toupper_1.pass.cpp -lc++_shared -latomic [all …]
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makefile.in.in | 169 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ 170 if test -n "$$lc"; then \ 171 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ 173 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ 174 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ 175 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ 178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ 181 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ 183 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ [all …]
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Makefile.in.in | 196 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ 197 if test -n "$$lc"; then \ 198 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 199 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ 200 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ 201 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ 202 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ 205 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ 208 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ 210 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 4323 lconv* lc = localeconv_l(loc.get()); in __init() local 4325 lconv* lc = __localeconv_l(loc.get()); in __init() local 4327 if (*lc->decimal_point) in __init() 4328 __decimal_point_ = *lc->decimal_point; in __init() 4329 if (*lc->thousands_sep) in __init() 4330 __thousands_sep_ = *lc->thousands_sep; in __init() 4331 __grouping_ = lc->grouping; in __init() 4371 lconv* lc = localeconv_l(loc.get()); in __init() local 4373 lconv* lc = __localeconv_l(loc.get()); in __init() local 4375 if (*lc->decimal_point) in __init() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 45 lconv lc; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
D | put_double.pass.cpp | 49 std::locale lc = std::locale::classic(); in test1() local 50 std::locale lg(lc, new my_numpunct); in test1() 65 ios.imbue(lc); in test1() 136 ios.imbue(lc); in test1() 210 ios.imbue(lc); in test1() 281 ios.imbue(lc); in test1() 358 ios.imbue(lc); in test1() 429 ios.imbue(lc); in test1() 503 ios.imbue(lc); in test1() 574 ios.imbue(lc); in test1() [all …]
|
D | put_long_double.pass.cpp | 49 std::locale lc = std::locale::classic(); in test1() local 50 std::locale lg(lc, new my_numpunct); in test1() 65 ios.imbue(lc); in test1() 136 ios.imbue(lc); in test1() 210 ios.imbue(lc); in test1() 281 ios.imbue(lc); in test1() 358 ios.imbue(lc); in test1() 429 ios.imbue(lc); in test1() 503 ios.imbue(lc); in test1() 574 ios.imbue(lc); in test1() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/ |
D | clocale.pass.cpp | 45 std::lconv lc; in main() local
|
/ndk/build/core/ |
D | default-build-commands.mk | 113 TARGET_LDLIBS := -lc -lm
|
D | definitions.mk | 1493 …,$(SYSROOT_LINK)/usr/lib) -L $$(call host-path,$(SYSROOT_LINK)/usr/lib/rs) -lRSSupport -lm -lc && \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 244 link_flags += ['-lc++abi'] 253 link_flags += [ '-lgcc_eh', '-lc', '-lm', '-lpthread', 286 ld_flags = ['-nodefaultlibs'] + library_paths + ['-lc++'] + link_flags,
|
/ndk/build/gmsl/ |
D | gmsl-tests | 210 $(call start_test,lc) 211 $(call test_assert,$(call lc,The Quick Brown Fox),the quick brown fox) 212 $(call test_assert,$(call lc,the1 quick2 brown3 fox4),the1 quick2 brown3 fox4) 213 $(call test_assert,$(call lc,The_),the_) 214 $(call test_assert,$(call lc,),)
|
D | __gmsl | 355 # Function: lc 359 lc = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(call tr,$([A-Z]),$([a-z]),$1)
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | dc.sed | 84 X^*dZkdXK-1+ktsc0kdSb-[Lbdlb*lc+tdSbO*-lb0!=aldx]dsaxLbsb]sad1!>a[[.]POX\
|
/ndk/docs/text/ |
D | STANDALONE-TOOLCHAIN.text | 114 to link against the shared library, you will have to explicitely use -lc++_shared.
|