Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp30 class CommaNumPunct : public std::numpunct<char> { class
310 ss.imbue(std::locale(ss.getloc(), new CommaNumPunct)); in RunTests()
417 std::cout.imbue(std::locale(std::cout.getloc(), new CommaNumPunct)); in main()