Searched refs:input2Len (Results 1 – 1 of 1) sorted by relevance
1884 int32_t input2Len = strlen("not abc"); in API_Match_UTF8() local1951 REGEX_ASSERT(m1->matches(input2Len, status) == FALSE); in API_Match_UTF8()1956 REGEX_ASSERT(m1->matches(input2Len+1, status) == FALSE); in API_Match_UTF8()1985 REGEX_ASSERT(m1->lookingAt(input2Len, status) == FALSE); in API_Match_UTF8()1987 REGEX_ASSERT(m1->lookingAt(input2Len+1, status) == FALSE); in API_Match_UTF8()