Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1824 … int32_t input1Len = strlen("abcdef this is a test"); /* TODO: why not nativelen (input1) ? */ in API_Match_UTF8() local
1864 m1->reset(input1Len-1, status); in API_Match_UTF8()
1868 m1->reset(input1Len, status); in API_Match_UTF8()
1872 m1->reset(input1Len+1, status); in API_Match_UTF8()
1906 REGEX_ASSERT(m.matches(input1Len, status) == TRUE); in API_Match_UTF8()