Searched refs:isReservedName (Results 1 – 3 of 3) sorted by relevance
2201 bool isReservedName(utf8_t *str, size_t len) in isReservedName() function2543 (i == buf->offset - 1 || !isReservedName(start, len))) in highlightText()
660 static bool isReservedName(StringRef path) {748 if (isReservedName(path8)) {
2770 private bool isReservedName(const(char)[] str) in isReservedName() function5024 …_' && (i == 0 || !isdigit(*(start - 1))) && (i == buf.length - 1 || !isReservedName(start[0 .. len… in highlightText()