HomeSort by relevance Sort by last modified time
    Searched full:fromend (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 889 const CharType* fromend = from + m_length; local
892 while (from != fromend && !findMatch(*from))
894 if (from == fromend)
905 while (from != fromend && findMatch(*from))
907 while (from != fromend && !findMatch(*from))
909 if (from == fromend)
931 const CharType* fromend = from + m_length; local
939 while (from != fromend && predicate(*from)) {
944 while (from != fromend && !predicate(*from))
946 if (from != fromend)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 195 uint16_t fromEnd = coverage2->ranges[i].end + 1; // OpenType "end" is inclusive
196 if (indexTo + (fromEnd - from) > countTo)
198 for (; from != fromEnd; ++from, ++indexTo)
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
ASTImporter.cpp     [all...]

Completed in 73 milliseconds