Searched refs:gSlash (Results 1 – 2 of 2) sorted by relevance
71 static const UChar gSlash = 0x002f; variable294 else if (c == gSlash || c == gGreaterThan) { in parseRuleDescriptor()314 if (c == gSlash) { in parseRuleDescriptor()678 result.append(gSlash); in _appendRuleText()
102 static const UChar gSlash = 0x2f; variable1428 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()1429 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()