Searched defs:IsLetter (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
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]))) {
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])){
/external/mesa3d/src/mesa/program/
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]))) {
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])){
/external/pdfium/core/src/fpdftext/
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 1833 milliseconds