Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnumpunct.cpp30 string numpunct<char>::do_falsename() const { return "false"; } in do_falsename() function in numpunct
38 wstring numpunct<wchar_t>::do_falsename() const { return L"false"; } in do_falsename() function in numpunct
Dfacets_byname.cpp461 string numpunct_byname<char>::do_falsename() const in do_falsename() function in numpunct_byname
504 wstring numpunct_byname<wchar_t>::do_falsename() const { in do_falsename() 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.cpp41 virtual string_type do_falsename() const {return "abb";} in do_falsename() function in p1
52 virtual string_type do_falsename() const {return "ab";} in do_falsename() 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.cpp40 virtual string_type do_falsename() const {return "no";} in do_falsename() function in my_numpunct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4285 string numpunct< char >::do_falsename() const {return "false";} in do_falsename() function in numpunct
4286 wstring numpunct<wchar_t>::do_falsename() const {return L"false";} in do_falsename() function in numpunct