Lines Matching refs:usearch
2826 UStringSearch *usearch; in TestPCEBuffer_with() local
2862 usearch = usearch_openFromCollator( search, in TestPCEBuffer_with()
2875 match = usearch_first( usearch, in TestPCEBuffer_with()
2889 usearch_close(usearch); in TestPCEBuffer_with()
2909 …UStringSearch* usearch = usearch_open(pattern, uint16_overflow, text, 1, "en-US", NULL, &errorCode… in TestUInt16Overflow() local
2913 int32_t match = usearch_first(usearch, &errorCode); in TestUInt16Overflow()
2926 usearch_close(usearch); in TestUInt16Overflow()
2966 UStringSearch *usearch; in TestMatchFollowedByIgnorables() local
2998 usearch = usearch_openFromCollator(search, in TestMatchFollowedByIgnorables()
3009 match = usearch_first(usearch, in TestMatchFollowedByIgnorables()
3017 matchLength = usearch_getMatchedLength(usearch); in TestMatchFollowedByIgnorables()
3024 usearch_close(usearch); in TestMatchFollowedByIgnorables()