Home
last modified time | relevance | path

Searched refs:post_normalized_string (Results 1 – 7 of 7) sorted by relevance

/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/libxsd/xsd/cxx/parser/non-validating/
H A Dxml-schema-pskel.hxx335 post_normalized_string () = 0;
H A Dxml-schema-pimpl.hxx367 post_normalized_string ();
H A Dxml-schema-pimpl.txx670 post_normalized_string () in post_normalized_string() function in xsd::cxx::parser::non_validating::normalized_string_pimpl
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/libxsd/xsd/cxx/parser/validating/
H A Dxml-schema-pskel.hxx335 post_normalized_string () = 0;
H A Dxml-schema-pimpl.hxx435 post_normalized_string ();
H A Dxml-schema-pimpl.txx776 post_normalized_string () in post_normalized_string() function in xsd::cxx::parser::validating::normalized_string_pimpl
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/tests/cxx/parser/validation/built-in/string/
H A Ddriver.cxx64 assert (p.post_normalized_string () == " aaa bbb "); in main()