• Home
  • Raw
  • Download

Lines Matching refs:usearch_openFromCollator

216     result = usearch_openFromCollator(NULL, 0, NULL, 0, NULL, NULL, &status);  in TestOpenClose()
227 result = usearch_openFromCollator(pattern, 3, NULL, 0, NULL, NULL, in TestOpenClose()
239 result = usearch_openFromCollator(pattern, 3, text, 6, NULL, NULL, in TestOpenClose()
259 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, NULL, in TestOpenClose()
284 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, breakiter, in TestOpenClose()
317 result = usearch_openFromCollator(pattern, 2, text, 3, EN_US_, NULL, in TestInitialization()
329 result = usearch_openFromCollator(pattern, 512, text, 3, EN_US_, NULL, in TestInitialization()
558 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in assertEqual()
590 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in assertCanonicalEqual()
629 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in assertEqualWithAttribute()
744 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, NULL, in TestBreakIterator()
784 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestBreakIterator()
890 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestOverlap()
970 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestCollator()
1039 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestPattern()
1147 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestText()
1233 strsrch = usearch_openFromCollator(pattern, 16, text, 32, EN_US_, NULL, in TestGetSetOffset()
1338 strsrch = usearch_openFromCollator(pattern, 16, text, 32, EN_US_, NULL, in TestGetSetAttribute()
1429 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestGetMatch()
1527 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestSetMatch()
1598 strsrch = usearch_openFromCollator(pattern, 1, text, 9, in TestReset()
1675 strsrch = usearch_openFromCollator(pattern, 1, text, 1, collator, NULL, in TestContraction()
1719 strsrch = usearch_openFromCollator(pattern, 1, text, 1, collator, NULL, in TestIgnorable()
1875 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestBreakIteratorCanonical()
1991 strsrch = usearch_openFromCollator(pattern, -1, text, -1, collator, in TestOverlapCanonical()
2047 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestCollatorCanonical()
2120 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestPatternCanonical()
2194 strsrch = usearch_openFromCollator(pattern, -1, text, -1, EN_US_, in TestTextCanonical()
2281 strsrch = usearch_openFromCollator(pattern, 16, text, 32, EN_US_, NULL, in TestGetSetOffsetCanonical()
2403 strsrch = usearch_openFromCollator(pattern, 1, text, 1, collator, NULL, in TestContractionCanonical()
2444 strsrch = usearch_openFromCollator(pattern, 1, text, 1, coll, NULL, &status); in TestNumeric()
2478 search = usearch_openFromCollator(value, 2, usrcstr, 22, coll, NULL, &status); in TestForwardBackward()
2569 search = usearch_openFromCollator(pattern, PATTERN_LEN, text, in TestSearchForNull()
2626 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()