Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1148 UnicodeString shorterString("short"); in API_Match() local
1149 m.reset(shorterString); in API_Match()
1151 REGEX_ASSERT(m.regionEnd() == shorterString.length()); in API_Match()