Home
last modified time | relevance | path

Searched refs:bracketNesting (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DTypeInfo.java51 int bracketNesting = 0; in TypeInfo() local
54 if (c == ',' && bracketNesting == 0) { in TypeInfo()
60 bracketNesting++; in TypeInfo()
62 bracketNesting--; in TypeInfo()
64 if (bracketNesting < 0) { in TypeInfo()
90 int bracketNesting = 0; in TypeInfo() local
93 if (c == '&' && bracketNesting == 0) { in TypeInfo()
99 bracketNesting++; in TypeInfo()
101 bracketNesting--; in TypeInfo()