Searched refs:hashPos (Results 1 – 6 of 6) sorted by relevance
384 int hashPos = line.indexOf(bnfCommentString);385 if (hashPos >= 0) line = line.substring(0, hashPos);
386 int hashPos = line.indexOf(bnfCommentString);387 if (hashPos >= 0) line = line.substring(0, hashPos);
140 int32_t hashPos = UHASH_FIRST; in operator =() local141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
141 int32_t hashPos = UHASH_FIRST; in operator =() local142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()