Searched refs:splitNo (Results 1 – 1 of 1) sorted by relevance
122 static inline bool UpdatePrimType(bool primType, int splitNo, uint32_t ch) in UpdatePrimType() argument128 if (((ch == ';') || (ch == '(') || (ch == ')')) && (splitNo > 1)) { in UpdatePrimType()158 int splitNo = 0; // split: class 0 | method 1 | signature 2 in DecodeName() local213 splitNo++; in DecodeName()216 primType = UpdatePrimType(primType, splitNo, asc); in DecodeName()219 if (splitNo < 2) { // split: class 0 | method 1 | signature 2 in DecodeName()224 primType = UpdatePrimType(primType, splitNo, c); in DecodeName()