Lines Matching refs:text1
5029 UText text1 = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local
5035 regextst_openUTF8FromInvariant(&text1, "abcccd", -1, &status); in PreAllocatedUTextCAPI()
5044 uregex_setUText(re, &text1, &status); in PreAllocatedUTextCAPI()
5049 utext_setNativeIndex(&text1, 0); in PreAllocatedUTextCAPI()
5050 REGEX_ASSERT(testUTextEqual(resultText, &text1)); in PreAllocatedUTextCAPI()
5056 utext_setNativeIndex(&text1, 0); in PreAllocatedUTextCAPI()
5057 REGEX_ASSERT(testUTextEqual(resultText, &text1)); in PreAllocatedUTextCAPI()
5069 utext_close(&text1); in PreAllocatedUTextCAPI()
5077 UChar text1[80]; in PreAllocatedUTextCAPI() local
5082 … u_uastrncpy(text1, "noise abc interior def, and this is off the end", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI()
5090 uregex_setText(re, text1, -1, &status); in PreAllocatedUTextCAPI()
5125 UChar text1[80]; in PreAllocatedUTextCAPI() local
5133 u_uastrncpy(text1, "Replace xaax x1x x...x.", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI()
5141 uregex_setText(re, text1, -1, &status); in PreAllocatedUTextCAPI()
5159 uregex_setText(re, text1, -1, &status); in PreAllocatedUTextCAPI()
5176 UChar text1[80]; in PreAllocatedUTextCAPI() local
5182 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2); in PreAllocatedUTextCAPI()
5190 uregex_setText(re, text1, -1, &status); in PreAllocatedUTextCAPI()