Home
last modified time | relevance | path

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

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