Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceMangling.cpp39 const std::locale CLocale("C"); in incrementSubstitutions() local
58 } else if (std::isdigit(Ch) || std::isupper(Ch, CLocale)) { in incrementSubstitutions()