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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp1851 int32_t input1Len = strlen("abcdef this is a test"); /* TODO: why not nativelen (input1) ? */ local
1891 m1->reset(input1Len-1, status);
1895 m1->reset(input1Len, status);
1899 m1->reset(input1Len+1, status);
1933 REGEX_ASSERT(m.matches(input1Len, status) == TRUE);

Completed in 222 milliseconds