HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 126 - 150 of 230) sorted by null

1 2 3 4 56 7 8 910

  /external/icu4c/test/intltest/
citrtest.cpp 767 UChar32 c, c2; local
777 c2=ci.current();
783 c2=ci.current32();
790 c2=ci.nextPostInc();
796 c2=ci.next32PostInc();
803 c2=ci.previous();
809 c2=ci.previous32();
815 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
821 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
832 if(c2==0xffff)
    [all...]
convtest.cpp 535 UChar c2; local
556 for(c2=0xdc00; c2<=0xdfff; ++c2) {
558 *s++=c2;
    [all...]
regcoll.cpp 115 RuleBasedCollator *c2 = new RuleBasedCollator(c1->getRules(), status); local
118 if (!(c1->getRules() == c2->getRules()))
123 delete c2;
430 // was wrong, so I've change the code to use c1 and c2
435 RuleBasedCollator *c2 = (RuleBasedCollator *) en_us->clone(); local
436 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
437 CollationElementIterator *i2 = c2->createCollationElementIterator(test2);
442 delete c2;
1222 int32_t c1, c2, count = 0; local
    [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 462 UChar c2='m'; local
464 scan_idx = uScan_STRING.indexOf(c2);
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 983 PIXEL c2 = *line2++; local
985 c2 = ((c2 & REDMASK) >> 11) + ((c2 & GREENMASK) >> 5) + (c2 & BLUEMASK);
986 *destPointer = ~((c1 >> 3) + ((c2 >> 3) << 4));
1007 PIXEL c2 = *(srcPointer + 1); local
1009 c2 = ((c2 & REDMASK) >> 11) + ((c2 & GREENMASK) >> 5) + (c2 & BLUEMASK)
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 1461 EAS_U8 c1, c2; local
1490 EAS_U8 c1, c2,c3,c4; local
    [all...]
EASLibVst.c 1156 EAS_U8 c1, c2; local
1161 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
1166 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
1168 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
1185 EAS_U8 c1, c2,c3,c4; local
1190 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.h 199 wchar_t c2 = foldCase(b[i]); local
200 if (c1 != c2)
201 return c1 - c2;
  /external/webkit/WebCore/xml/
XPathFunctions.cpp 559 UChar c2 = s3[i2]; local
560 newString += String(&c2, 1);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSourceTest.java 736 Certificate c2 = new TestCertUtils.TestCertificate("02"); local
738 Certificate[] thatCerts = { c1, c0, c2 };
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderList.java 348 Cursor c2 = getContentResolver().query( local
352 return new Object[] { c1, c2 , defaultAccount};
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 305 Context c2 = mInstrumentation.getTargetContext(); local
306 assertNotSame(c1.getPackageName(), c2.getPackageName());
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 984 Cursor c2 = db.query("audio_meta", new String[] {"count(distinct _data)"}, local
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 862 int c1, c2; local
869 c2 = *p2++;
870 if (c1 != c2)
    [all...]
  /bionic/libc/regex/
regcomp.c 1232 samesets(struct re_guts *g, int c1, int c2)
1238 unsigned uc2 = (uch)c2;
1254 int c2; local
1265 for (c2 = c+1; c2 <= CHAR_MAX; c2++)
1266 if (cats[c2] == 0 && samesets(g, c, c2))
1267 cats[c2] = cat;
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_params.c 552 int changed, c1, c2; local
582 c2 = snd_mask_refine_max(mask, max - !!openmax);
583 if (c2 < 0)
584 changed = c2;
586 changed = (c1 || c2);
596 c2 = snd_interval_refine_max(i, max, openmax);
597 if (c2 < 0)
598 changed = c2;
600 changed = (c1 || c2);
    [all...]
  /device/samsung/crespo/alsa-lib/test/
midifile.c 48 * adjusts invalid c2 argument byte > 127 to 127.
590 chanmessage (status, c1, c2)
592 int c1, c2;
599 if (c2 > 127) c2 = 127;
605 (*Mf_noteoff) (chan, c1, c2);
609 (*Mf_noteon) (chan, c1, c2);
613 (*Mf_pressure) (chan, c1, c2);
617 (*Mf_parameter) (chan, c1, c2);
621 (*Mf_pitchbend) (chan, c1, c2);
680 int c1, c2, c3, c4; local
692 int c1, c2; local
    [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c 1990 gint c1, c2; local
2032 gint c1, c2; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 1122 char c2 = str.charAt(k); local
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv.c 1982 UChar c2; local
    [all...]
ucnv_io.c 492 char c1, c2; local
520 while ((c2 = *name2++) != 0) {
521 type = GET_CHAR_TYPE(c2);
538 c2 = (char)type; /* lowercased letter */
542 break; /* deliver c2 */
546 if ((c1|c2)==0) {
551 rc = (int)(unsigned char)c1 - (int)(unsigned char)c2;
    [all...]
unames.c 1792 uint8_t c1, c2; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 1676 UChar32 c2 = *source; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 424 UCollator *c1, *c2, *c3; local
473 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
475 if (c2 == NULL || U_FAILURE(status))
482 iter=ucol_openElements(c2, source, u_strlen(source), &status);
490 ucol_close(c2);
916 int32_t c1, c2; local
923 c2 = ucol_next(i2, &status);
925 if (c1 != c2)
927 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2);
    [all...]
custrtst.c 1195 UChar32 c1, c2; local
1549 UChar32 c1, c2; local
    [all...]

Completed in 944 milliseconds

1 2 3 4 56 7 8 910