HomeSort by relevance Sort by last modified time
    Searched full:facet (Results 26 - 49 of 49) sorted by null

12

  /external/stlport/stlport/stl/
_ios.h 116 // Cached copy of the curent locale's ctype facet. Set by init() and imbue().
120 // Equivalent to &use_facet< Facet >(getloc()), but faster.
_num_get.h 56 class num_get: public locale::facet {
61 explicit num_get(size_t __refs = 0): locale::facet(__refs) {}
_num_put.c 38 // num_put facet
_fstream.c 730 * case of the construction the codecvt facet might be a custom one if
  /external/stlport/test/unit/
locale_test.cpp 131 // On platform without real localization support we should rely on the "C" locale facet.
229 class dummy_facet : public locale::facet {
num_facets_test.cpp 226 // On platform without real localization support we should rely on the "C" facet.
260 // On platform without real localization support we should rely on the "C" locale facet.
collate_facets_test.cpp 136 CPPUNIT_MESSAGE("No french locale to check collate facet");
198 // On platform without real localization support we should rely on the "C" facet.
time_facets_test.cpp 323 // On platform without real localization support we should rely on the "C" facet.
346 // On platform without real localization support we should rely on the "C" locale facet.
codecvt_test.cpp 52 /* Codecvt facet eating some characters from the external buffer.
142 /* Codecvt facet generating more characters than the ones read from the
144 * This kind of facet do not allow systematical positionning in the external
fstream_test.cpp 618 : public locale::facet, public codecvt_base {
624 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
ctype_facets_test.cpp 414 //STLport implementation do not care about name pass to this facet.
money_facets_test.cpp 596 // On platform without real localization support we should rely on the "C" locale facet.
  /external/stlport/src/
stdio_streambuf.h 31 // the codecvt<char, char, mbstate_t> facet performs a nontrivial
c_locale.h 94 * 1: No platform support for the given facet.
167 * locale. Those functions can be used to extract from a API dependent facet
ctype.cpp 317 locale::facet(__refs),
  /external/stlport/stlport/
locale 20 // Basic framework: class locale and class locale::facet
  /external/stlport/etc/
ChangeLog 200 _istream.c, _num_get.c, _num_put.c: Remove invalid cached facet
204 only safe access to facet instances from a ios_base instance is through
205 the use_facet<Facet>(getloc()) function. Only _M_cached_ctype has been
368 find the combined facet. It was introducing an annoying dependency
517 to guaranty consistency with the default "C" facet implementations in
635 taking an other locale instance and a facet instance, _M_impl was
    [all...]
ChangeLog-5.1 83 num_get facet is instantiated with something else than the
102 facet method.
394 are working on 2 different facet instances before substitution.
411 threads instanciating two facet instances from a given name might
548 * stlport/stl/_numpunct.h, src/numpunct.cpp: numpunct facet _M_truename
679 facet.
702 implementation when dealing with a codecvt facet having variable
    [all...]
ChangeLog-4.0 248 * locale::id, locale::facet : reverted to nested classes as standard prescribes
  /external/libxml2/
relaxng.c 601 * @facet: the facet name
602 * @val: the facet value
606 * Function provided by a type library to check a value facet
611 const xmlChar * facet,
650 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2477 xmlSchemaFacetPtr facet; local
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
SdkRepositoryTest.java 315 assertRegex("cvc-pattern-valid: Value 'path/cannot\\\\contain\\\\segments' is not facet-valid with respect to pattern.*",
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 880 /* The Win32 API has no support for messages facet */
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 756 with the 'outdigits' defined in the LC_CTYPE locale facet. This is
    [all...]
  /frameworks/base/docs/html/guide/practices/design/
performance.jd 98 impossible to fix without rewriting the system. Changing a fundamental facet of

Completed in 251 milliseconds

12