Home
last modified time | relevance | path

Searched defs:do_truename (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnumpunct.cpp29 string numpunct<char>::do_truename() const { return "true";} in do_truename() function in numpunct
37 wstring numpunct<wchar_t>::do_truename() const { return L"true"; } in do_truename() function in numpunct
Dfacets_byname.cpp458 string numpunct_byname<char>::do_truename() const in do_truename() function in numpunct_byname
499 wstring numpunct_byname<wchar_t>::do_truename() const { in do_truename() function in numpunct_byname
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_bool.pass.cpp40 virtual string_type do_truename() const {return "a";} in do_truename() function in p1
51 virtual string_type do_truename() const {return "a";} in do_truename() function in p2
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_bool.pass.cpp39 virtual string_type do_truename() const {return "yes";} in do_truename() function in my_numpunct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4282 string numpunct< char >::do_truename() const {return "true";} in do_truename() function in numpunct
4283 wstring numpunct<wchar_t>::do_truename() const {return L"true";} in do_truename() function in numpunct