Searched refs:input1Len (Results 1 – 1 of 1) sorted by relevance
1857 …int32_t input1Len = static_cast<int32_t>(strlen("abcdef this is a test")); /* TODO: why not native… in API_Match_UTF8() local1897 m1->reset(input1Len-1, status); in API_Match_UTF8()1901 m1->reset(input1Len, status); in API_Match_UTF8()1905 m1->reset(input1Len+1, status); in API_Match_UTF8()1939 REGEX_ASSERT(m.matches(input1Len, status) == TRUE); in API_Match_UTF8()