HomeSort by relevance Sort by last modified time
    Searched defs:isLowercase (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 100 LLVM_READONLY static inline bool isLowercase(unsigned char c) {
175 if (isLowercase(c))
  /frameworks/minikin/libs/minikin/
FontLanguage.cpp 92 static inline bool isLowercase(char c) {
107 if (!isLowercase(buffer[0])) return false;
108 if (!isLowercase(buffer[1])) return false;
109 if (length == 3 && !isLowercase(buffer[2])) return false;
115 return isUppercase(buffer[0]) && isLowercase(buffer[1]) && isLowercase(buffer[2]) &&
116 isLowercase(buffer[3]);
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 131 milliseconds