Home
last modified time | relevance | path

Searched defs:IsLower (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/compiler/
Druby_generator.cc119 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h52 IsLower = UpLo == Lower ? 1 : 0, in run() enumerator
/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc57 bool UniLibBase::IsLower(char32 codepoint) const { in IsLower() function in libtextclassifier3::UniLibBase
Dunilib-common.cc511 bool IsLower(char32 codepoint) { in IsLower() function
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc303 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function