Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1857 …int32_t input1Len = static_cast<int32_t>(strlen("abcdef this is a test")); /* TODO: why not native… in API_Match_UTF8() local
1897 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()