Home
last modified time | relevance | path

Searched defs:AllASCII (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDJB.cpp62 bool AllASCII = true; in fastCaseFoldingDjbHash() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDJB.cpp61 bool AllASCII = true; in fastCaseFoldingDjbHash() local
/aosp_15_r20/art/runtime/mirror/
H A Dstring-inl.h109 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() function