Searched refs:maxColorLength (Results 1 – 1 of 1) sorted by relevance
891 const size_t maxColorLength = 128; in parseColorStringWithCrazyLegacyRules() local893 Vector<char, maxColorLength+2> digitBuffer; in parseColorStringWithCrazyLegacyRules()902 for (; i < colorString.length() && digitBuffer.size() < maxColorLength; i++) { in parseColorStringWithCrazyLegacyRules()