Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp938 int32_t refMatchPos = (int32_t)(pm - longishText); in searchTime() local
943 TEST_ASSERT_M(refMatchPos == icuMatchPos, "strstr and icu give different match positions."); in searchTime()