Searched refs:input1Len (Results 1 – 1 of 1) sorted by relevance
1883 … int32_t input1Len = strlen("abcdef this is a test"); /* TODO: why not nativelen (input1) ? */ in API_Match_UTF8() local1923 m1->reset(input1Len-1, status); in API_Match_UTF8()1927 m1->reset(input1Len, status); in API_Match_UTF8()1931 m1->reset(input1Len+1, status); in API_Match_UTF8()1965 REGEX_ASSERT(m.matches(input1Len, status) == TRUE); in API_Match_UTF8()