Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1884 int32_t input2Len = strlen("not abc"); in API_Match_UTF8() local
1951 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()