Searched refs:IsAlpha (Results 1 - 8 of 8) sorted by relevance

/external/chromium/testing/gmock/src/
H A Dgmock-internal-utils.cc61 (!IsAlpha(prev_char) && IsLower(*p)) ||
/external/tinyxml/
H A Dtinyxmlparser.cpp120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) function in class:TiXmlBase
402 && ( IsAlpha( (unsigned char) *p, encoding ) || *p == '_' ) )
855 else if ( IsAlpha( *(p+1), encoding )
H A Dtinyxml.h339 static int IsAlpha( unsigned char anyByte, TiXmlEncoding encoding );
/external/v8/tools/
H A Dtest.py883 def IsAlpha(str): function
935 elif IsAlpha(self.Current()):
937 while self.HasMore() and IsAlpha(self.Current()):
983 elif IsAlpha(scan.Current()):
989 if not IsAlpha(scan.Current()):
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1480 inline bool IsAlpha(char ch) { function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1529 inline bool IsAlpha(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1516 inline bool IsAlpha(char ch) { function in namespace:testing::internal
/external/tinyxml2/
H A Dtinyxml2.h384 inline static int IsAlpha( unsigned char anyByte ) { return ( anyByte < 128 ) ? isalpha( anyByte ) : 1; } function in class:tinyxml2::XMLUtil

Completed in 205 milliseconds