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

/external/chromium/third_party/icu/source/test/perf/usetperf/
H A Dusetperf.cpp20 static const char* PAT[] = { variable
115 if (exec) return new CmdPattern(PAT[0]) ; break;
117 if (exec) return new CmdPattern(PAT[1]) ; break;
119 if (exec) return new CmdPattern(PAT[2]) ; break;
/external/icu4c/test/perf/usetperf/
H A Dusetperf.cpp20 static const char* PAT[] = { variable
115 if (exec) return new CmdPattern(PAT[0]) ; break;
117 if (exec) return new CmdPattern(PAT[1]) ; break;
119 if (exec) return new CmdPattern(PAT[2]) ; break;
/external/qemu/
H A Dconsole.c311 #define PAT(x) x macro
313 #define PAT(x) cbswap_32(x) macro
317 PAT(0x00000000),
318 PAT(0x000000ff),
319 PAT(0x0000ff00),
320 PAT(0x0000ffff),
321 PAT(0x00ff0000),
322 PAT(0x00ff00ff),
323 PAT(0x00ffff00),
324 PAT(
[all...]
/external/chromium/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp467 const char* PAT = "0#,1)|1#[1,2]|2<(2,3]|3<(3,4)|4#[4,5)|5#[5,"; local
468 ChoiceFormat fmt2(PAT, status);
477 if (str == PAT) {
480 errln("FAIL: " + str + ", expected " + PAT);
H A Dnumfmtst.cpp997 const char* PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", local
999 int32_t PAT_length = (int32_t)(sizeof(PAT) / sizeof(PAT[0]));
1009 UnicodeString pat(PAT[i]);
/external/icu4c/test/intltest/
H A Dtchcfmt.cpp467 const char* PAT = "0#,1)|1#[1,2]|2<(2,3]|3<(3,4)|4#[4,5)|5#[5,"; local
468 ChoiceFormat fmt2(PAT, status);
477 if (str == PAT) {
480 errln("FAIL: " + str + ", expected " + PAT);
H A Dnumfmtst.cpp1003 const char* PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", local
1005 int32_t PAT_length = (int32_t)(sizeof(PAT) / sizeof(PAT[0]));
1015 UnicodeString pat(PAT[i]);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcmsgtst.c900 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; local
910 u_uastrcpy(pattern, PAT);
941 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; local
945 u_uastrncpy(pattern, PAT, sizeof(pattern)/sizeof(pattern[0]));
952 log_err("umsg_open failed with pattern %s. Error: \n", PAT, u_errorName(status));
962 log_err("umsg_open with parseError failed with pattern %s. Error: %s\n", PAT, u_errorName(status));
985 umsg_applyPattern(f1,pattern,(int32_t)strlen(PAT),NULL,&status);
998 log_err("umsg_toPattern method failed. Expected: %s Got: %s \n",PAT,cresult);
H A Dusettest.c63 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */ variable
64 static const int32_t PAT_LEN = (sizeof(PAT) / sizeof(PAT[0])) - 1;
107 set = uset_openPattern(PAT, PAT_LEN, &ec);
112 if(!uset_resemblesPattern(PAT, PAT_LEN, 0)) {
113 log_err("uset_resemblesPattern of PAT failed\n");
/external/icu4c/test/cintltst/
H A Dusettest.c63 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */ variable
64 static const int32_t PAT_LEN = (sizeof(PAT) / sizeof(PAT[0])) - 1;
107 set = uset_openPattern(PAT, PAT_LEN, &ec);
112 if(!uset_resemblesPattern(PAT, PAT_LEN, 0)) {
113 log_err("uset_resemblesPattern of PAT failed\n");
H A Dcmsgtst.c969 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; local
979 u_uastrcpy(pattern, PAT);
1010 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; local
1014 u_uastrncpy(pattern, PAT, sizeof(pattern)/sizeof(pattern[0]));
1021 log_err("umsg_open failed with pattern %s. Error: \n", PAT, u_errorName(status));
1031 log_err("umsg_open with parseError failed with pattern %s. Error: %s\n", PAT, u_errorName(status));
1054 umsg_applyPattern(f1,pattern,(int32_t)strlen(PAT),NULL,&status);
1067 log_err("umsg_toPattern method failed. Expected: %s Got: %s \n",PAT,cresult);

Completed in 283 milliseconds