HomeSort by relevance Sort by last modified time
    Searched refs:PAT (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
usetperf.cpp 20 static const char* PAT[] = {
30 UnicodeString pat; member in class:CmdPattern
33 CmdPattern(const char * pattern):pat(pattern,""){
39 set.applyPattern(pat, *pErrorCode);
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/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 20 static const char* PAT[] = {
30 UnicodeString pat; member in class:CmdPattern
33 CmdPattern(const char * pattern):pat(pattern,""){
39 set.applyPattern(pat, *pErrorCode);
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/ui/
console.c 355 #define PAT(x) x
357 #define PAT(x) cbswap_32(x)
361 PAT(0x00000000),
362 PAT(0x000000ff),
363 PAT(0x0000ff00),
364 PAT(0x0000ffff),
365 PAT(0x00ff0000),
366 PAT(0x00ff00ff),
367 PAT(0x00ffff00),
368 PAT(0x00ffffff)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 479 const char* PAT = "0#,1)|1#[1,2]|2<(2,3]|3<(3,4)|4#[4,5)|5#[5,";
480 ChoiceFormat fmt2(PAT, status);
489 if (str == PAT) {
492 errln("FAIL: " + str + ", expected " + PAT);
numfmtst.cpp 230 const char* pat[] = { "#.#", "#.", ".#", "#" }; local
231 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0]));
237 DecimalFormat fmt(pat[i], sym, status);
238 if (U_FAILURE(status)) { errln((UnicodeString)"FAIL: DecimalFormat constructor failed for " + pat[i]); continue; }
241 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +
247 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should format zero as " + num[i] +
287 const char* pat[] = { "0.####E0", "00.000E00", "##0.######E000", "0.###E0;[0.###E0]" }; local
288 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0]))
598 UnicodeString *pat; local
638 UnicodeString pat; local
2093 const char* pat=DATA[i]; local
2169 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
2426 UnicodeString pat; local
2499 UnicodeString pat; local
2583 UnicodeString pat; local
3190 UnicodeString pat = ctou(DATA[i][1]); local
3304 UnicodeString pat; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 479 const char* PAT = "0#,1)|1#[1,2]|2<(2,3]|3<(3,4)|4#[4,5)|5#[5,";
480 ChoiceFormat fmt2(PAT, status);
489 if (str == PAT) {
492 errln("FAIL: " + str + ", expected " + PAT);
numfmtst.cpp 234 const char* pat[] = { "#.#", "#.", ".#", "#" }; local
235 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0]));
241 DecimalFormat fmt(pat[i], sym, status);
242 if (U_FAILURE(status)) { errln((UnicodeString)"FAIL: DecimalFormat constructor failed for " + pat[i]); continue; }
245 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +
251 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should format zero as " + num[i] +
291 const char* pat[] = { "0.####E0", "00.000E00", "##0.######E000", "0.###E0;[0.###E0]" }; local
292 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0]))
602 UnicodeString *pat; local
642 UnicodeString pat; local
2116 const char* pat=DATA[i]; local
2192 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
2449 UnicodeString pat; local
2522 UnicodeString pat; local
2606 UnicodeString pat; local
3219 UnicodeString pat = ctou(DATA[i][1]); local
3333 UnicodeString pat; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c 63 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */
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");
258 char *pat; local
268 pat=aescstrdup(ustr, length);
285 log_verbose("Ok: %s %s \"%s\"\n", pat,
289 log_data_err("FAIL: %s %s \"%s\" (Are you missing data?)\n", pat,
360 char *pat; local
535 USet *pat; local
    [all...]
cmsgtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
usettest.c 63 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */
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");
258 char *pat; local
268 pat=aescstrdup(ustr, length);
285 log_verbose("Ok: %s %s \"%s\"\n", pat,
289 log_data_err("FAIL: %s %s \"%s\" (Are you missing data?)\n", pat,
360 char *pat; local
535 USet *pat; local
    [all...]
cmsgtst.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h     [all...]

Completed in 1349 milliseconds