Searched refs:input2Len (Results 1 – 1 of 1) sorted by relevance
1825 int32_t input2Len = strlen("not abc"); in API_Match_UTF8() local1892 REGEX_ASSERT(m1->matches(input2Len, status) == FALSE); in API_Match_UTF8()1897 REGEX_ASSERT(m1->matches(input2Len+1, status) == FALSE); in API_Match_UTF8()1926 REGEX_ASSERT(m1->lookingAt(input2Len, status) == FALSE); in API_Match_UTF8()1928 REGEX_ASSERT(m1->lookingAt(input2Len+1, status) == FALSE); in API_Match_UTF8()