Lines Matching refs:temp
467 UChar temp[128]; in assertEqual() local
474 u_unescape(search->text, temp, 128); in assertEqual()
476 text.setTo(temp); in assertEqual()
477 u_unescape(search->pattern, temp, 128); in assertEqual()
479 pattern.setTo(temp); in assertEqual()
524 UChar temp[128]; in assertCanonicalEqual() local
533 u_unescape(search->text, temp, 128); in assertCanonicalEqual()
535 text.setTo(temp); in assertCanonicalEqual()
536 u_unescape(search->pattern, temp, 128); in assertCanonicalEqual()
538 pattern.setTo(temp); in assertCanonicalEqual()
577 UChar temp[128]; in assertEqualWithAttribute() local
586 u_unescape(search->text, temp, 128); in assertEqualWithAttribute()
588 text.setTo(temp); in assertEqualWithAttribute()
589 u_unescape(search->pattern, temp, 128); in assertEqualWithAttribute()
591 pattern.setTo(temp); in assertEqualWithAttribute()
626 UnicodeString temp("a"); in TestOpenClose() local
661 pattern.append(temp); in TestOpenClose()
677 text.append(temp); in TestOpenClose()
741 UnicodeString temp("a"); in TestInitialization() local
746 pattern.append(temp); in TestInitialization()
747 pattern.append(temp); in TestInitialization()
748 text.append(temp); in TestInitialization()
749 text.append(temp); in TestInitialization()
750 text.append(temp); in TestInitialization()
784 pattern.append(temp); in TestInitialization()
870 UChar temp[128]; in TestBreakIterator() local
871 u_unescape(BREAKITERATOREXACT[0].text, temp, 128); in TestBreakIterator()
873 text.setTo(temp, u_strlen(temp)); in TestBreakIterator()
874 u_unescape(BREAKITERATOREXACT[0].pattern, temp, 128); in TestBreakIterator()
876 pattern.setTo(temp, u_strlen(temp)); in TestBreakIterator()
912 u_unescape(search->text, temp, 128); in TestBreakIterator()
913 text.setTo(temp, u_strlen(temp)); in TestBreakIterator()
914 u_unescape(search->pattern, temp, 128); in TestBreakIterator()
915 pattern.setTo(temp, u_strlen(temp)); in TestBreakIterator()
1003 UChar temp[128]; in TestOverlap() local
1004 u_unescape(search->text, temp, 128); in TestOverlap()
1006 text.setTo(temp, u_strlen(temp)); in TestOverlap()
1007 u_unescape(search->pattern, temp, 128); in TestOverlap()
1009 pattern.setTo(temp, u_strlen(temp)); in TestOverlap()
1047 UChar temp[128]; in TestCollator() local
1048 u_unescape(COLLATOR[0].text, temp, 128); in TestCollator()
1050 text.setTo(temp, u_strlen(temp)); in TestCollator()
1051 u_unescape(COLLATOR[0].pattern, temp, 128); in TestCollator()
1053 pattern.setTo(temp, u_strlen(temp)); in TestCollator()
1068 u_unescape(TESTCOLLATORRULE, temp, 128); in TestCollator()
1070 rules.setTo(temp, u_strlen(temp)); in TestCollator()
1111 UChar temp[512]; in TestPattern() local
1113 u_unescape(PATTERN[0].text, temp, 512); in TestPattern()
1115 text.setTo(temp, u_strlen(temp)); in TestPattern()
1116 u_unescape(PATTERN[0].pattern, temp, 512); in TestPattern()
1118 pattern.setTo(temp, u_strlen(temp)); in TestPattern()
1144 u_unescape(PATTERN[1].pattern, temp, 512); in TestPattern()
1145 pattern.setTo(temp, u_strlen(temp)); in TestPattern()
1167 u_unescape(PATTERN[0].pattern, temp, 512); in TestPattern()
1168 pattern.setTo(temp, u_strlen(temp)); in TestPattern()
1191 temp[templength] = 0x61; in TestPattern()
1193 temp[511] = 0; in TestPattern()
1194 pattern.setTo(temp, 511); in TestPattern()
1207 UChar temp[128]; in TestText() local
1208 u_unescape(TEXT[0].text, temp, 128); in TestText()
1210 text.setTo(temp, u_strlen(temp)); in TestText()
1211 u_unescape(TEXT[0].pattern, temp, 128); in TestText()
1213 pattern.setTo(temp, u_strlen(temp)); in TestText()
1230 u_unescape(TEXT[1].text, temp, 128); in TestText()
1231 text.setTo(temp, u_strlen(temp)); in TestText()
1246 u_unescape(TEXT[0].text, temp, 128); in TestText()
1247 text.setTo(temp, u_strlen(temp)); in TestText()
1296 UChar temp[128]; in TestGetSetOffset() local
1298 u_unescape(search.text, temp, 128); in TestGetSetOffset()
1299 text.setTo(temp, u_strlen(temp)); in TestGetSetOffset()
1300 u_unescape(search.pattern, temp, 128); in TestGetSetOffset()
1301 pattern.setTo(temp, u_strlen(temp)); in TestGetSetOffset()
1417 UChar temp[128]; in TestGetMatch() local
1419 u_unescape(search.text, temp, 128); in TestGetMatch()
1421 text.setTo(temp, u_strlen(temp)); in TestGetMatch()
1422 u_unescape(search.pattern, temp, 128); in TestGetMatch()
1424 pattern.setTo(temp, u_strlen(temp)); in TestGetMatch()
1481 UChar temp[128]; in TestSetMatch() local
1483 u_unescape(search.text, temp, 128); in TestSetMatch()
1485 text.setTo(temp, u_strlen(temp)); in TestSetMatch()
1486 u_unescape(search.pattern, temp, 128); in TestSetMatch()
1488 pattern.setTo(temp, u_strlen(temp)); in TestSetMatch()
1595 UChar temp[128]; in TestContraction() local
1598 u_unescape(CONTRACTIONRULE, temp, 128); in TestContraction()
1600 rules.setTo(temp, u_strlen(temp)); in TestContraction()
1616 u_unescape(CONTRACTION[count].text, temp, 128); in TestContraction()
1617 text.setTo(temp, u_strlen(temp)); in TestContraction()
1618 u_unescape(CONTRACTION[count].pattern, temp, 128); in TestContraction()
1619 pattern.setTo(temp, u_strlen(temp)); in TestContraction()
1633 UChar temp[128]; in TestIgnorable() local
1634 u_unescape(IGNORABLERULE, temp, 128); in TestIgnorable()
1636 rules.setTo(temp, u_strlen(temp)); in TestIgnorable()
1657 u_unescape(IGNORABLE[count].text, temp, 128); in TestIgnorable()
1658 text.setTo(temp, u_strlen(temp)); in TestIgnorable()
1659 u_unescape(IGNORABLE[count].pattern, temp, 128); in TestIgnorable()
1660 pattern.setTo(temp, u_strlen(temp)); in TestIgnorable()
1674 UChar temp[128]; in TestDiacriticMatch() local
1694 u_unescape(search->text, temp, 128); in TestDiacriticMatch()
1695 text.setTo(temp, u_strlen(temp)); in TestDiacriticMatch()
1696 u_unescape(search->pattern, temp, 128); in TestDiacriticMatch()
1697 pattern.setTo(temp, u_strlen(temp)); in TestDiacriticMatch()
1754 UChar temp[128]; in TestBreakIteratorCanonical() local
1757 u_unescape(search->text, temp, 128); in TestBreakIteratorCanonical()
1759 text.setTo(temp, u_strlen(temp)); in TestBreakIteratorCanonical()
1760 u_unescape(search->pattern, temp, 128); in TestBreakIteratorCanonical()
1762 pattern.setTo(temp, u_strlen(temp)); in TestBreakIteratorCanonical()
1859 UChar temp[128]; in TestOverlapCanonical() local
1863 u_unescape(search->text, temp, 128); in TestOverlapCanonical()
1865 text.setTo(temp, u_strlen(temp)); in TestOverlapCanonical()
1866 u_unescape(search->pattern, temp, 128); in TestOverlapCanonical()
1868 pattern.setTo(temp, u_strlen(temp)); in TestOverlapCanonical()
1902 UChar temp[128]; in TestCollatorCanonical() local
1903 u_unescape(COLLATORCANONICAL[0].text, temp, 128); in TestCollatorCanonical()
1905 text.setTo(temp, u_strlen(temp)); in TestCollatorCanonical()
1906 u_unescape(COLLATORCANONICAL[0].pattern, temp, 128); in TestCollatorCanonical()
1908 pattern.setTo(temp, u_strlen(temp)); in TestCollatorCanonical()
1922 u_unescape(TESTCOLLATORRULE, temp, 128); in TestCollatorCanonical()
1924 rules.setTo(temp, u_strlen(temp)); in TestCollatorCanonical()
1964 UChar temp[128]; in TestPatternCanonical() local
1966 u_unescape(PATTERNCANONICAL[0].text, temp, 128); in TestPatternCanonical()
1968 text.setTo(temp, u_strlen(temp)); in TestPatternCanonical()
1969 u_unescape(PATTERNCANONICAL[0].pattern, temp, 128); in TestPatternCanonical()
1971 pattern.setTo(temp, u_strlen(temp)); in TestPatternCanonical()
1991 u_unescape(PATTERNCANONICAL[1].pattern, temp, 128); in TestPatternCanonical()
1992 pattern.setTo(temp, u_strlen(temp)); in TestPatternCanonical()
2007 u_unescape(PATTERNCANONICAL[0].pattern, temp, 128); in TestPatternCanonical()
2008 pattern.setTo(temp, u_strlen(temp)); in TestPatternCanonical()
2031 UChar temp[128]; in TestTextCanonical() local
2032 u_unescape(TEXTCANONICAL[0].text, temp, 128); in TestTextCanonical()
2034 text.setTo(temp, u_strlen(temp)); in TestTextCanonical()
2035 u_unescape(TEXTCANONICAL[0].pattern, temp, 128); in TestTextCanonical()
2037 pattern.setTo(temp, u_strlen(temp)); in TestTextCanonical()
2055 u_unescape(TEXTCANONICAL[1].text, temp, 128); in TestTextCanonical()
2056 text.setTo(temp, u_strlen(temp)); in TestTextCanonical()
2069 u_unescape(TEXTCANONICAL[0].text, temp, 128); in TestTextCanonical()
2070 text.setTo(temp, u_strlen(temp)); in TestTextCanonical()
2123 UChar temp[128]; in TestGetSetOffsetCanonical() local
2131 u_unescape(search.text, temp, 128); in TestGetSetOffsetCanonical()
2132 text.setTo(temp, u_strlen(temp)); in TestGetSetOffsetCanonical()
2133 u_unescape(search.pattern, temp, 128); in TestGetSetOffsetCanonical()
2134 pattern.setTo(temp, u_strlen(temp)); in TestGetSetOffsetCanonical()
2199 UChar temp[128]; in TestContractionCanonical() local
2201 u_unescape(CONTRACTIONRULE, temp, 128); in TestContractionCanonical()
2203 rules.setTo(temp, u_strlen(temp)); in TestContractionCanonical()
2222 u_unescape(CONTRACTIONCANONICAL[count].text, temp, 128); in TestContractionCanonical()
2223 text.setTo(temp, u_strlen(temp)); in TestContractionCanonical()
2224 u_unescape(CONTRACTIONCANONICAL[count].pattern, temp, 128); in TestContractionCanonical()
2225 pattern.setTo(temp, u_strlen(temp)); in TestContractionCanonical()