appendUChar32ToUCharArray 299 Source/core/html/parser/HTMLEntityParser.cpp size_t numberOfCodePoints = appendUChar32ToUCharArray(search.mostRecentMatch()->firstValue, result); appendUChar32ToUCharArray 302 Source/core/html/parser/HTMLEntityParser.cpp return numberOfCodePoints + appendUChar32ToUCharArray(search.mostRecentMatch()->secondValue, result + numberOfCodePoints);