Home | History | Annotate | Download | only in intltest

Lines Matching refs:inv

143 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
244 #define REGEX_ASSERT_UNISTR(ustr,inv) {if (!(ustr==inv)) {errln("%s:%d: RegexTest failure: REGEX_ASSERT_UNISTR(%s,%s) failed \n", __FILE__, __LINE__, extractToAssertBuf(ustr),inv);};}
317 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status) {
318 if(length==-1) length=strlen(inv);
321 return utext_openUTF8(ut, inv, length, status);
331 uprv_aestrncpy(buf, (const uint8_t*)inv, length);