Home
last modified time | relevance | path

Searched refs:imbue (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/performanced/
Dstdio_filebuf.h64 virtual void imbue(const std::locale& __loc) override;
88 imbue(this->getloc()); in stdio_filebuf()
98 void stdio_filebuf<_CharT>::imbue(const std::locale& __loc) { in imbue() function
/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp310 ss.imbue(std::locale(ss.getloc(), new CommaNumPunct)); in RunTests()
417 std::cout.imbue(std::locale(std::cout.getloc(), new CommaNumPunct)); in main()