/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/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/chromium_org/third_party/icu/source/test/intltest/ |
tchcfmt.cpp | 467 const char* PAT = "0#,1)|1#[1,2]|2<(2,3]|3<(3,4)|4#[4,5)|5#[5,"; 468 ChoiceFormat fmt2(PAT, status); 477 if (str == PAT) { 480 errln("FAIL: " + str + ", expected " + PAT);
|
numfmtst.cpp | 211 const char* pat[] = { "#.#", "#.", ".#", "#" }; local 212 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0])); 218 DecimalFormat fmt(pat[i], sym, status); 219 if (U_FAILURE(status)) { errln((UnicodeString)"FAIL: DecimalFormat constructor failed for " + pat[i]); continue; } 222 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] + 228 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should format zero as " + num[i] + 268 const char* pat[] = { "0.####E0", "00.000E00", "##0.######E000", "0.###E0;[0.###E0]" }; local 269 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0])) 579 UnicodeString *pat; local 619 UnicodeString pat; local 1811 const char* pat=DATA[i]; local 1887 UnicodeString pat, tok, mloc, str, out, where, currAmt; local 2144 UnicodeString pat; local 2217 UnicodeString pat; local 2301 UnicodeString pat; local 2780 UnicodeString pat = ctou(DATA[i][1]); local 2894 UnicodeString pat; local [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 | 218 const char* pat[] = { "#.#", "#.", ".#", "#" }; local 219 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0])); 225 DecimalFormat fmt(pat[i], sym, status); 226 if (U_FAILURE(status)) { errln((UnicodeString)"FAIL: DecimalFormat constructor failed for " + pat[i]); continue; } 229 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] + 235 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should format zero as " + num[i] + 275 const char* pat[] = { "0.####E0", "00.000E00", "##0.######E000", "0.###E0;[0.###E0]" }; local 276 int32_t pat_length = (int32_t)(sizeof(pat) / sizeof(pat[0])) 586 UnicodeString *pat; local 626 UnicodeString pat; local 2079 const char* pat=DATA[i]; local 2155 UnicodeString pat, tok, mloc, str, out, where, currAmt; local 2412 UnicodeString pat; local 2485 UnicodeString pat; local 2569 UnicodeString pat; local 3110 UnicodeString pat = ctou(DATA[i][1]); local 3224 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/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-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.h | [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...] |