HomeSort by relevance Sort by last modified time
    Searched refs:firstCharacter (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp 100 const UChar firstCharacter = string[0];
101 if (firstCharacter != '-' && firstCharacter != '.' && !isASCIIDigit(firstCharacter))
121 UChar firstCharacter = string[0];
122 if (firstCharacter != '-' && firstCharacter != '.' && !isASCIIDigit(firstCharacter))
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h 86 void updateGlyphBounds(const GlyphData&, float width, bool firstCharacter);
WidthIterator.cpp 165 void WidthIterator::updateGlyphBounds(const GlyphData& glyphData, float width, bool firstCharacter)
170 if (firstCharacter)
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 178 * Returns true if {@code s.substring(firstCharacter)} contains a dot
186 private static boolean isFullyQualifiedDomainName(String s, int firstCharacter) {
187 int dotPosition = s.indexOf('.', firstCharacter + 1);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 694 milliseconds