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