Searched refs:icuMatchPos (Results 1 – 1 of 1) sorted by relevance
940 int32_t icuMatchPos; in searchTime() local942 usearch_search(uss.getAlias(), 0, &icuMatchPos, &icuMatchEnd, &status); in searchTime()944 TEST_ASSERT_M(refMatchPos == icuMatchPos, "strstr and icu give different match positions."); in searchTime()952 found = usearch_search(uss.getAlias(), 0, &icuMatchPos, &icuMatchEnd, &status); in searchTime()