Searched refs:isFirstCharHyphen (Results 1 – 1 of 1) sorted by relevance
72 bool isFirstCharHyphen = false; in serializeIdentifier() local78 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()