Home
last modified time | relevance | path

Searched refs:PAT (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp24 static const char* PAT[] = { variable
119 if (exec) return new CmdPattern(PAT[0]) ; break; in runIndexedTest()
121 if (exec) return new CmdPattern(PAT[1]) ; break; in runIndexedTest()
123 if (exec) return new CmdPattern(PAT[2]) ; break; in runIndexedTest()
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/
H A Dquadra02.c3 #define PAT(X) int a##X = X; macro
6 REPEAT2(12, PAT) in foo()
/third_party/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp480 const char* PAT = "0#,1)|1#[1,2]|2<(2,3]|3<(3,4)|4#[4,5)|5#[5,"; in TestClosures() local
481 ChoiceFormat fmt2(PAT, status); in TestClosures()
490 if (str == PAT) { in TestClosures()
493 errln("FAIL: " + str + ", expected " + PAT); in TestClosures()
H A Dnumfmtst.cpp1493 const char* PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", in TestScientific() local
1495 int32_t PAT_length = UPRV_LENGTHOF(PAT); in TestScientific()
1505 UnicodeString pat(PAT[i]); in TestScientific()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c1005 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; in TestJ904() local
1015 u_uastrcpy(pattern, PAT); in TestJ904()
1047 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; in OpenMessageFormatTest() local
1051 u_uastrncpy(pattern, PAT, UPRV_LENGTHOF(pattern)); in OpenMessageFormatTest()
1058 log_err("umsg_open failed with pattern %s. Error: \n", PAT, u_errorName(status)); in OpenMessageFormatTest()
1068 log_err("umsg_open with parseError failed with pattern %s. Error: %s\n", PAT, u_errorName(status)); in OpenMessageFormatTest()
1091 umsg_applyPattern(f1,pattern,(int32_t)strlen(PAT),NULL,&status); in OpenMessageFormatTest()
1104 log_err("umsg_toPattern method failed. Expected: %s Got: %s \n",PAT,cresult); in OpenMessageFormatTest()
H A Dusettest.c67 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */ variable
68 static const int32_t PAT_LEN = UPRV_LENGTHOF(PAT) - 1;
114 set = uset_openPattern(PAT, PAT_LEN, &ec); in TestAPI()
119 if(!uset_resemblesPattern(PAT, PAT_LEN, 0)) { in TestAPI()
120 log_err("uset_resemblesPattern of PAT failed\n"); in TestAPI()
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat355 (pushd %srcdir% & %pcre2grep% -o1 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtrygrep
359 (pushd %srcdir% & %pcre2grep% -o2 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtrygrep
363 (pushd %srcdir% & %pcre2grep% -o3 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtrygrep
367 (pushd %srcdir% & %pcre2grep% -o12 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtrygrep
371 (pushd %srcdir% & %pcre2grep% --only-matching=2 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtrygrep
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java1211 final String PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", "0.###E0;[0.###E0]" }; in TestScientific()
1212 int PAT_length = PAT.length; in TestScientific()
1222 String pat = PAT[i]; in TestScientific()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1208 final String PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", "0.###E0;[0.###E0]" }; in TestScientific()
1209 int PAT_length = PAT.length; in TestScientific()
1219 String pat = PAT[i]; in TestScientific()

Completed in 36 milliseconds