Searched refs:groupStartIdx (Results 1 – 1 of 1) sorted by relevance
2052 int32_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local2054 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()2055 int32_t len = groupEndIdx-groupStartIdx; in MatchAt()2056 if (groupStartIdx < 0) { in MatchAt()2071 if (u_strncmp(inputBuf+groupStartIdx, inputBuf+fp->fInputIdx, len) == 0) { in MatchAt()2075 if (u_strncasecmp(inputBuf+groupStartIdx, inputBuf+fp->fInputIdx, in MatchAt()