Lines Matching refs:usearch_openFromCollator
214 result = usearch_openFromCollator(NULL, 0, NULL, 0, NULL, NULL, &status); in TestOpenClose()
225 result = usearch_openFromCollator(pattern, 3, NULL, 0, NULL, NULL, in TestOpenClose()
237 result = usearch_openFromCollator(pattern, 3, text, 6, NULL, NULL, in TestOpenClose()
257 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, NULL, in TestOpenClose()
282 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, breakiter, in TestOpenClose()
315 result = usearch_openFromCollator(pattern, 2, text, 3, EN_US_, NULL, in TestInitialization()
327 result = usearch_openFromCollator(pattern, 512, text, 3, EN_US_, NULL, in TestInitialization()
556 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in assertEqual()
588 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in assertCanonicalEqual()
627 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in assertEqualWithAttribute()
742 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, NULL, in TestBreakIterator()
782 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestBreakIterator()
888 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestOverlap()
968 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestCollator()
1037 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestPattern()
1145 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestText()
1231 strsrch = usearch_openFromCollator(pattern, 16, text, 32, EN_US_, NULL, in TestGetSetOffset()
1336 strsrch = usearch_openFromCollator(pattern, 16, text, 32, EN_US_, NULL, in TestGetSetAttribute()
1427 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestGetMatch()
1525 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestSetMatch()
1596 strsrch = usearch_openFromCollator(pattern, 1, text, 9, in TestReset()
1673 strsrch = usearch_openFromCollator(pattern, 1, text, 1, collator, NULL, in TestContraction()
1717 strsrch = usearch_openFromCollator(pattern, 1, text, 1, collator, NULL, in TestIgnorable()
1873 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestBreakIteratorCanonical()
1989 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestOverlapCanonical()
2045 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestCollatorCanonical()
2118 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestPatternCanonical()
2192 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestTextCanonical()
2279 strsrch = usearch_openFromCollator(pattern, 16, text, 32, EN_US_, NULL, in TestGetSetOffsetCanonical()
2401 strsrch = usearch_openFromCollator(pattern, 1, text, 1, collator, NULL, in TestContractionCanonical()
2442 strsrch = usearch_openFromCollator(pattern, 1, text, 1, coll, NULL, &status); in TestNumeric()
2476 search = usearch_openFromCollator(value, 2, usrcstr, 22, coll, NULL, &status); in TestForwardBackward()
2567 search = usearch_openFromCollator(pattern, PATTERN_LEN, text, in TestSearchForNull()
2624 search = usearch_openFromCollator (pattern, pLen, text, tLen, coll, NULL, &ec); in TestStrengthIdentical()
2742 …UStringSearch* usrch = usearch_openFromCollator(dummyPat, -1, tuscItemPtr->text, -1, ucol, NULL, &… in TestUsingSearchCollator()
2860 usearch = usearch_openFromCollator( search, in TestPCEBuffer_with()
2959 usearch = usearch_openFromCollator(search, in TestMatchFollowedByIgnorables()