Home
last modified time | relevance | path

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

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