Lines Matching full:u_uastrncpy
55 u_uastrncpy(srcString, testString, strlen(testString)+1); \
207 u_uastrncpy(pat, "abc*", sizeof(pat)/2);
259 u_uastrncpy(pat, "abc*", sizeof(pat)/2);
299 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
300 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
331 u_uastrncpy(pat, "hello", sizeof(pat)/2);
397 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
398 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
400 u_uastrncpy(pat, "abc*d", sizeof(pat)/2);
452 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
453 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
455 u_uastrncpy(pat, "abc*d", sizeof(pat)/2);
489 u_uastrncpy(text1, "abcccde", sizeof(text1)/2);
491 u_uastrncpy(pat, "abc*d", sizeof(pat)/2);
541 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
624 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
819 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
820 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
821 u_uastrncpy(replText, "<$1>", sizeof(replText)/2);
899 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
900 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
901 u_uastrncpy(replText, "<$1>", sizeof(replText)/2);
902 u_uastrncpy(replText2, "<<$1>>", sizeof(replText2)/2);
1004 u_uastrncpy(text, "whatever", sizeof(text)/2);
1005 u_uastrncpy(repl, "some other", sizeof(repl)/2);
1022 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2);
1057 u_uastrncpy(textToSplit, "first : second: third", sizeof(textToSplit)/2);
1058 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1163 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", sizeof(textToSplit)/2);
1467 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
1468 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
1502 u_uastrncpy(pat, "hello", sizeof(pat)/2); /* for comparison */
1605 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2);
1700 u_uastrncpy(text1, "012rx5rx890rxrx...", sizeof(text1)/2);
1764 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
1842 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1843 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1888 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
1889 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
1928 u_uastrncpy(text, "whatever", sizeof(text)/2);
1929 u_uastrncpy(repl, "some other", sizeof(repl)/2);
1946 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2);
1969 u_uastrncpy(textToSplit, "first : second: third", sizeof(textToSplit)/2);
1970 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
2045 u_uastrncpy(textToSplit, "first <tag-a> second<tag-b> third", sizeof(textToSplit)/2);