Searched refs:gSlash (Results 1 – 2 of 2) sorted by relevance
70 static const UChar gSlash = 0x002f; variable293 else if (c == gSlash || c == gGreaterThan) { in parseRuleDescriptor()313 if (c == gSlash) { in parseRuleDescriptor()677 result.append(gSlash); in _appendRuleText()
101 static const UChar gSlash = 0x2f; variable1446 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()1447 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()