Searched refs:gSlash (Results 1 – 2 of 2) sorted by relevance
68 static const UChar gSlash = 0x002f; variable291 else if (c == gSlash || c == gGreaterThan) { in parseRuleDescriptor()311 if (c == gSlash) { in parseRuleDescriptor()675 result.append(gSlash); in _appendRuleText()
99 static const UChar gSlash = 0x2f; variable1443 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()1444 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()