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

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
139 return isalpha( anyByte );
145 // return isalpha( anyByte );
417 && ( IsAlpha( (unsigned char) *p, encoding ) || *p == '_' ) )
877 else if ( IsAlpha( *(p+1), encoding )
    [all...]
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 286 static bool IsAlpha(char c) {
302 if (str[i] != '.' || !IsAlpha(str[i + 1])) {
306 while (IsAlpha(str[i])) {
332 if (IsAlpha(str[0]) || str[0] == '_') {
727 IsAlpha(state->mangled_cur[1]))) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1138 milliseconds