Searched refs:IsLetter (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc71 inline bool IsLetter(char c) { function in namespace:google::protobuf::util::converter
77 return IsLetter(c) || ('0' <= c && c <= '9');
81 if (input->empty() || !IsLetter((*input)[0])) return false;
94 return !input.empty() && IsLetter(input[0]);
/external/mesa3d/src/mesa/program/
H A Dnvfragparse.c266 static GLboolean IsLetter(GLubyte b) function
331 if (IsLetter(str[i])) {
332 while (str[i] && (IsLetter(str[i]) || IsDigit(str[i]))) {
442 if (IsLetter(ident[0]))
1023 else if (IsLetter(token[0])){
1156 else if (IsLetter(token[0])){
H A Dnvvertparse.c124 static GLboolean IsLetter(GLubyte b) function
186 if (IsLetter(str[i])) {
187 while (str[i] && (IsLetter(str[i]) || IsDigit(str[i]))) {

Completed in 120 milliseconds