Lines Matching refs:str_abc
755 const char str_abc[] = { 0x61, 0x62, 0x63, 0x00 }; /* abc */ in UTextBasic() local
758 utext_openUTF8(&pattern, str_abc, -1, &status); in UTextBasic()
763 utext_openUTF8(&input, str_abc, -1, &status); in UTextBasic()
767 REGEX_ASSERT_UTEXT_UTF8(str_abc, matcher.inputText()); in UTextBasic()
771 REGEX_ASSERT_UTEXT_UTF8(str_abc, matcher.inputText()); in UTextBasic()
2156 const char str_abc[] = { 0x61, 0x62, 0x63, 0x00 }; /* abc */ in API_Match_UTF8() local
2157 utext_openUTF8(&re, str_abc, -1, &status); in API_Match_UTF8()
2582 const char str_abc[] = { 0x61, 0x62, 0x63, 0x00 }; /* abc */ in API_Replace_UTF8() local
2583 utext_openUTF8(&dataText, str_abc, -1, &status); in API_Replace_UTF8()
2714 const char str_abc[] = { 0x61, 0x62, 0x63, 0x20, 0x21, 0x00 }; /* abc ! */ in API_Replace_UTF8() local
2715 utext_openUTF8(&dataText, str_abc, -1, &status); in API_Replace_UTF8()
2928 const char str_abc[] = { 0x61, 0x62, 0x63, 0x00 }; /* abc */ in API_Pattern_UTF8() local
2929 utext_openUTF8(&pattern, str_abc, -1, &status); in API_Pattern_UTF8()
2947 utext_openUTF8(&input, str_abc, -1, &status); in API_Pattern_UTF8()
2948 utext_openUTF8(&pattern, str_abc, -1, &status); in API_Pattern_UTF8()