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

/external/chromium_org/third_party/mesa/src/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]))) {
/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]))) {
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h94 static FX_BOOL IsLetter(FX_WCHAR unicode);
H A Dfpdf_text_int.cpp908 if (!IsLetter(charinfo.m_Unicode)) {
915 if (!IsLetter(charinfo.m_Unicode)) {
923 if (!IsLetter(charinfo.m_Unicode)) {
2169 FX_BOOL CPDF_TextPage::IsLetter(FX_WCHAR unicode) function in class:CPDF_TextPage

Completed in 178 milliseconds