Searched refs:hashPos (Results 1 – 2 of 2) sorted by relevance
373 int hashPos = line.indexOf(bnfCommentString);374 if (hashPos >= 0) line = line.substring(0, hashPos);
137 int32_t hashPos = UHASH_FIRST; in operator =() local138 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()