Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSOMUtils.cpp72 bool isFirstCharHyphen = false; in serializeIdentifier() local
78 if (c <= 0x1f || (0x30 <= c && c <= 0x39 && (isFirst || (isSecond && isFirstCharHyphen)))) in serializeIdentifier()
80 else if (c == 0x2d && isSecond && isFirstCharHyphen) in serializeIdentifier()
90 isFirstCharHyphen = (c == 0x2d); in serializeIdentifier()