Home
last modified time | relevance | path

Searched refs:input2Len (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1858 int32_t input2Len = static_cast<int32_t>(strlen("not abc")); in API_Match_UTF8() local
1925 REGEX_ASSERT(m1->matches(input2Len, status) == FALSE); in API_Match_UTF8()
1930 REGEX_ASSERT(m1->matches(input2Len+1, status) == FALSE); in API_Match_UTF8()
1959 REGEX_ASSERT(m1->lookingAt(input2Len, status) == FALSE); in API_Match_UTF8()
1961 REGEX_ASSERT(m1->lookingAt(input2Len+1, status) == FALSE); in API_Match_UTF8()