OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doRegexLMTestUTF8
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp
261
#define REGEX_TESTLM(pat, text, looking, match) {doRegexLMTest(pat, text, looking, match, __LINE__);
doRegexLMTestUTF8
(pat, text, looking, match, __LINE__);}
324
UBool RegexTest::
doRegexLMTestUTF8
(const char *pat, const char *text, UBool looking, UBool match, int32_t line) {
[
all
...]
/external/icu4c/test/intltest/
regextst.cpp
358
#define REGEX_TESTLM(pat, text, looking, match) {doRegexLMTest(pat, text, looking, match, __LINE__);
doRegexLMTestUTF8
(pat, text, looking, match, __LINE__);}
421
UBool RegexTest::
doRegexLMTestUTF8
(const char *pat, const char *text, UBool looking, UBool match, int32_t line) {
[
all
...]
Completed in 672 milliseconds