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