Lines Matching refs:utext_openUTF8

139  * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
141 * @see utext_openUTF8
252 utext_openUTF8(&expectedText, expected, -1, &status);
254 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
305 * passed into utext_openUTF8. An error will be given if
321 return utext_openUTF8(ut, inv, length, status);
338 return utext_openUTF8(ut, (const char*)buf, length, status);
453 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
720 utext_openUTF8(&pattern, str_abc, -1, &status);
725 utext_openUTF8(&input, str_abc, -1, &status);
1974 utext_openUTF8(&re, str_01234567_pat, -1, &status);
1981 utext_openUTF8(&input, str_0123456789, -1, &status);
2094 utext_openUTF8(&re, str_abc, -1, &status);
2100 utext_openUTF8(&input, str_abcabcabc, -1, &status);
2155 utext_openUTF8(&re, str_Gabcabc, -1, &status);
2162 utext_openUTF8(&input, str_abcabcabc, -1, &status);
2196 utext_openUTF8(&s, " ", -1, &status);
2210 utext_openUTF8(&s, (char *)aboveBMP, -1, &status);
2232 utext_openUTF8(&s, " ", -1, &status);
2342 utext_openUTF8(&testPattern, str_, -1, &status);
2343 utext_openUTF8(&testText, str_aabb, -1, &status);
2353 utext_openUTF8(&testPattern, str_a, -1, &status);
2362 utext_openUTF8(&testPattern, str_dotstardollar, -1, &status);
2398 utext_openUTF8(&dataText, data, -1, &status);
2414 utext_openUTF8(&replText, str_yz, -1, &status);
2442 utext_openUTF8(&dataText, str_abxabxabx, -1, &status);
2467 utext_openUTF8(&dataText, NULL, 0, &status);
2491 utext_openUTF8(&dataText, data, -1, &status); // ".abc..abc...abc.."
2494 utext_openUTF8(&replText, NULL, 0, &status);
2520 utext_openUTF8(&dataText, str_abc, -1, &status);
2524 utext_openUTF8(&replText, str_xyz, -1, &status);
2549 utext_openUTF8(&re, str_add, -1, &status);
2554 utext_openUTF8(&dataText, str_abcdefg, -1, &status);
2559 utext_openUTF8(&replText, str_11, -1, &status);
2572 utext_openUTF8(&replText, str_v, -1, &status);
2586 utext_openUTF8(&replText, str_byitselfnogroupnumber, -1, &status);
2605 utext_openUTF8(&replText, (char *)supplDigitChars, -1, &status);
2618 utext_openUTF8(&replText, str_badcapturegroupnumber5, -1, &status);
2633 utext_openUTF8(&dataText, str_abc1abc2abc3, -1, &status);
2634 utext_openUTF8(&replText, str_u0043, -1, &status);
2650 utext_openUTF8(&dataText, str_abc, -1, &status);
2652 utext_openUTF8(&replText, str_U00010000, -1, &status);
2681 utext_openUTF8(&re, str_ssee, -1, &status);
2682 utext_openUTF8(&dataText, str_blah, -1, &status);
2683 utext_openUTF8(&replText, str_ooh, -1, &status);
2764 utext_openUTF8(&re1, str_abcalmz, -1, &status);
2765 utext_openUTF8(&re2, str_def, -1, &status);
2823 utext_openUTF8(&pattern, str_pL, -1, &status);
2833 utext_openUTF8(&input, str_HelloWorld, -1, &status);
2856 utext_openUTF8(&input, str_randominput, -1, &status);
2859 utext_openUTF8(&pattern, str_dotstar, -1, &status);
2864 utext_openUTF8(&pattern, str_abc, -1, &status);
2869 utext_openUTF8(&pattern, str_nput, -1, &status);
2873 utext_openUTF8(&pattern, str_randominput, -1, &status);
2878 utext_openUTF8(&pattern, str_u, -1, &status);
2882 utext_openUTF8(&input, str_abc, -1, &status);
2883 utext_openUTF8(&pattern, str_abc, -1, &status);
2898 utext_openUTF8(&re1, str_spaceplus, -1, &status);
3361 utext_openUTF8(&patternText, patternChars, patternUTF8Length, &status);
3478 utext_openUTF8(&inputText, inputChars, inputUTF8Length, &status);
4432 utext_openUTF8(&patternText, patternChars, patternLength, &status);
4500 utext_openUTF8(&inputText, inputChars, inputLength, &status);