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

  /external/icu4c/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/
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/icu4c/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 215 const char* pat[] = { "#.#", "#.", ".#", "#" }; local
216 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0]));
222 DecimalFormat fmt(pat[i], sym, status);
223 if (U_FAILURE(status)) { errln((UnicodeString)"FAIL: DecimalFormat constructor failed for " + pat[i]); continue; }
226 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +
232 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should format zero as " + num[i] +
272 const char* pat[] = { "0.####E0", "00.000E00", "##0.######E000", "0.###E0;[0.###E0]" }; local
273 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0]))
583 UnicodeString *pat; local
623 UnicodeString pat; local
2064 const char* pat=DATA[i]; local
2140 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
2397 UnicodeString pat; local
2470 UnicodeString pat; local
2554 UnicodeString pat; local
3060 UnicodeString pat = ctou(DATA[i][1]); local
3174 UnicodeString pat; local
    [all...]
  /external/icu4c/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/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h     [all...]

Completed in 238 milliseconds