Home
last modified time | relevance | path

Searched refs:str_abc (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
Dregextst.cpp717 const char str_abc[] = { 0x61, 0x62, 0x63, 0x00 }; /* abc */ in UTextBasic() local
720 utext_openUTF8(&pattern, str_abc, -1, &status); in UTextBasic()
725 utext_openUTF8(&input, str_abc, -1, &status); in UTextBasic()
729 REGEX_ASSERT_UTEXT_UTF8(str_abc, matcher.inputText()); in UTextBasic()
733 REGEX_ASSERT_UTEXT_UTF8(str_abc, matcher.inputText()); in UTextBasic()
2093 const char str_abc[] = { 0x61, 0x62, 0x63, 0x00 }; /* abc */ in API_Match_UTF8() local
2094 utext_openUTF8(&re, str_abc, -1, &status); in API_Match_UTF8()
2519 const char str_abc[] = { 0x61, 0x62, 0x63, 0x00 }; /* abc */ in API_Replace_UTF8() local
2520 utext_openUTF8(&dataText, str_abc, -1, &status); in API_Replace_UTF8()
2649 const char str_abc[] = { 0x61, 0x62, 0x63, 0x20, 0x21, 0x00 }; /* abc ! */ in API_Replace_UTF8() local
[all …]