Searched refs:firstCharacter (Results 1 – 2 of 2) sorted by relevance
74 UChar firstCharacter = string[0]; in parseToDoubleForNumberType() local75 if (firstCharacter != '-' && !isASCIIDigit(firstCharacter)) in parseToDoubleForNumberType()
2120 UChar32 firstCharacter; in isWordStartMatch() local2121 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()