Searched refs:firstCharacter (Results 1 – 2 of 2) sorted by relevance
100 const UChar firstCharacter = string[0]; in parseToDecimalForNumberType() local101 if (firstCharacter != '-' && firstCharacter != '.' && !isASCIIDigit(firstCharacter)) in parseToDecimalForNumberType()121 UChar firstCharacter = string[0]; in parseToDoubleForNumberType() local122 if (firstCharacter != '-' && firstCharacter != '.' && !isASCIIDigit(firstCharacter)) in parseToDoubleForNumberType()
1928 UChar32 firstCharacter; in isWordStartMatch() local1929 U16_GET(m_buffer.data(), 0, offset, size, firstCharacter); in isWordStartMatch()1935 if (isSeparator(firstCharacter)) { in isWordStartMatch()1939 } else if (isASCIIUpper(firstCharacter)) { in isWordStartMatch()1952 } else if (isASCIIDigit(firstCharacter)) { in isWordStartMatch()1965 if (Character::isCJKIdeographOrSymbol(firstCharacter)) in isWordStartMatch()