Home
last modified time | relevance | path

Searched refs:firstCharacter (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLParserIdioms.cpp74 UChar firstCharacter = string[0]; in parseToDoubleForNumberType() local
75 if (firstCharacter != '-' && !isASCIIDigit(firstCharacter)) in parseToDoubleForNumberType()
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp2120 UChar32 firstCharacter; in isWordStartMatch() local
2121 U16_GET(m_buffer.data(), 0, offset, size, firstCharacter); in isWordStartMatch()
2125 if (isSeparator(firstCharacter)) { in isWordStartMatch()
2129 } else if (isASCIIUpper(firstCharacter)) { in isWordStartMatch()
2142 } else if (isASCIIDigit(firstCharacter)) { in isWordStartMatch()