HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 251 - 275 of 1154) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
UnicodeEscaper.java 391 char c1 = seq.charAt(index++); local
392 if (c1 < Character.MIN_HIGH_SURROGATE ||
393 c1 > Character.MAX_LOW_SURROGATE) {
395 return c1;
396 } else if (c1 <= Character.MAX_HIGH_SURROGATE) {
399 return -c1;
404 return Character.toCodePoint(c1, c2);
411 "Unexpected low surrogate character '" + c1 +
412 "' with value " + (int) c1 + " at index " + (index - 1));
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 391 char c1 = seq.charAt(index++); local
392 if (c1 < Character.MIN_HIGH_SURROGATE ||
393 c1 > Character.MAX_LOW_SURROGATE) {
395 return c1;
396 } else if (c1 <= Character.MAX_HIGH_SURROGATE) {
399 return -c1;
404 return Character.toCodePoint(c1, c2);
411 "Unexpected low surrogate character '" + c1 +
412 "' with value " + (int) c1 + " at index " + (index - 1));
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 47 volatile char c1 = CHAR_BIT; local
  /external/icu4c/common/
ustrcase.cpp 493 UChar32 c1, c2, cp1, cp2; local
522 c1=c2=-1;
531 if(c1<0) {
534 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
536 c1=-1;
578 * compare c1 and c2
579 * either variable c1, c2 is -1 only if the corresponding string is finished
581 if(c1==c2) {
582 if(c1<0) {
583 return 0; /* c1==c2==-1 indicating end of strings *
    [all...]
uinvchar.c 453 UChar32 c1, c2; local
472 c1=c;
474 c1=-1;
482 if((c1-=c2)!=0) {
483 return c1;
498 UChar32 c1, c2; local
517 c1=0;
518 } else if((c1=asciiFromEbcdic[c])!=0 && UCHAR_IS_INVARIANT(c1)) {
519 /* c1 is set *
542 int32_t c1, c2; local
    [all...]
ustring.cpp 671 UChar c1, c2; local
674 c1=*s1++;
676 if (c1 != c2 || c1 == 0) {
680 return (int32_t)c1 - (int32_t)c2;
688 UChar c1, c2; local
702 c1=*s1;
704 if(c1!=c2) {
707 if(c1==0) {
730 c1=*s1
827 UChar32 c1, c2; local
    [all...]
cstring.c 245 unsigned char c1, c2; local
248 c1=(unsigned char)*str1;
250 if(c1==0) {
260 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
284 unsigned char c1, c2; local
287 c1=(unsigned char)*str1;
289 if(c1==0) {
299 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 107 ulong64 c1, c2, t1, t2, t3; local
110 c1 = c2 = (ulong64)-1;
117 c1 = (t1 > c1) ? t1 : c1;
120 skew = c2 - c1;
258 ulong64 t1, c1; local
271 c1 = (ulong64)-1;
277 c1 = (t1 > c1) ? c1 : t1
294 ulong64 t1, t2, c1, c2, a1, a2; local
366 ulong64 t1, t2, c1, c2, a1, a2; local
441 ulong64 t1, t2, c1, c2, a1, a2; local
516 ulong64 t1, t2, c1, c2, a1, a2; local
593 ulong64 t1, t2, c1, c2; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uinvchar.c 430 UChar32 c1, c2; local
449 c1=c;
451 c1=-1;
459 if((c1-=c2)!=0) {
460 return c1;
475 UChar32 c1, c2; local
494 c1=0;
495 } else if((c1=asciiFromEbcdic[c])!=0 && UCHAR_IS_INVARIANT(c1)) {
496 /* c1 is set *
519 int32_t c1, c2; local
    [all...]
ustring.c 670 UChar c1, c2; local
673 c1=*s1++;
675 if (c1 != c2 || c1 == 0) {
679 return (int32_t)c1 - (int32_t)c2;
687 UChar c1, c2; local
701 c1=*s1;
703 if(c1!=c2) {
706 if(c1==0) {
729 c1=*s1
826 UChar32 c1, c2; local
    [all...]
cstring.c 234 unsigned char c1, c2; local
237 c1=(unsigned char)*str1;
239 if(c1==0) {
249 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
273 unsigned char c1, c2; local
276 c1=(unsigned char)*str1;
278 if(c1==0) {
288 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mul.c 396 int n=n2/2,c1,c2; local
431 c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna);
434 switch (c1*3+c2)
503 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
508 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
512 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
517 c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
523 * c1 holds the carry bits
525 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
526 if (c1)
554 int c1,c2,neg; local
761 int c1,c2; local
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 396 int n=n2/2,c1,c2; local
431 c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna);
434 switch (c1*3+c2)
503 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
508 c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
512 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
517 c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
523 * c1 holds the carry bits
525 c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
526 if (c1)
554 int c1,c2,neg; local
761 int c1,c2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 523 uint8 *c1 = qpel_cand; local
544 *c1 = (c + a + 1) >> 1;
545 *(c1 += 384) = (b + a + 1) >> 1; /* c2 */
546 *(c1 += 384) = (b + c + 1) >> 1; /* c3 */
547 *(c1 += 384) = (b + d + 1) >> 1; /* c4 */
551 *(c1 += 384) = (c + d + 1) >> 1; /* c5 */
552 *(c1 += 384) = (b + d + 1) >> 1; /* c6 */
553 *(c1 += 384) = (b + c + 1) >> 1; /* c7 */
554 *(c1 += 384) = (b + a + 1) >> 1; /* c8 */
556 c1 += offset
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollatorTest.java 185 Collator c1 = Collator.getInstance(locales[i]); local
186 assertTrue("Doesn't work", c1.compare("a", "b") < 0);
188 c1.getDecomposition() == Collator.NO_DECOMPOSITION);
189 assertTrue("Wrong strength", c1.getStrength() == Collator.TERTIARY);
190 if (c1 instanceof RuleBasedCollator) {
192 new RuleBasedCollator(((RuleBasedCollator) c1).getRules());
196 // assertTrue("Can't recreate: " + locales[i], temp.equals(c1));
222 Collator c1 = Collator.getInstance(); local
224 assertTrue("Wrong locale", c1.equals(c2));
  /external/chromium_org/ui/views/
painter.h 43 static Painter* CreateHorizontalGradient(SkColor c1, SkColor c2);
44 static Painter* CreateVerticalGradient(SkColor c1, SkColor c2);
  /external/clang/test/CodeGenCXX/
empty-classes.cpp 39 C c1; local
40 C c2(c1);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 96 unsigned c1 = *s1; local
98 if (c1 != c2) return (c1 < c2) ? -1 : 1;
99 if (c1 == 0) break;
108 unsigned c1 = *s1; local
110 if (c1 != c2) return (c1 < c2) ? -1 : 1;
111 if (c1 == 0) break;
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 81 int64_t c1, c2; local
84 c1 = (cc1*count*count)>>12;
87 ssim_n = (2*sum_s*sum_r+ c1)*((int64_t) 2*count*sum_sxr-
90 ssim_d = (sum_s*sum_s +sum_r*sum_r+c1)*
119 int64_t c1, c2; local
122 c1 = cc1*16;
126 ssim_n1 = (2*sum_s*sum_r+ c1);
130 ssim_d1 =((int64_t)sum_s*sum_s +(int64_t)sum_r*sum_r+c1);
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 57 int c1 = init_context(&ctx1); local
65 VALGRIND_STACK_DEREGISTER(c1);
  /frameworks/av/include/media/stagefright/
Utils.h 30 #define FOURCC(c1, c2, c3, c4) \
31 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
  /frameworks/native/include/binder/
IBinder.h 26 #define B_PACK_CHARS(c1, c2, c3, c4) \
27 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 208 private static boolean fallOnDifferentDates(Calendar c1, Calendar c2) {
209 return c1.get(Calendar.YEAR) != c2.get(Calendar.YEAR) ||
210 c1.get(Calendar.MONTH) != c2.get(Calendar.MONTH) ||
211 c1.get(Calendar.DAY_OF_MONTH) != c2.get(Calendar.DAY_OF_MONTH);
214 private static boolean fallInSameMonth(Calendar c1, Calendar c2) {
215 return c1.get(Calendar.MONTH) == c2.get(Calendar.MONTH);
218 private static boolean fallInSameYear(Calendar c1, Calendar c2) {
219 return c1.get(Calendar.YEAR) == c2.get(Calendar.YEAR);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 37 char* c1 = 0; local
39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 37 char* c1 = 0; local
39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");

Completed in 956 milliseconds

<<11121314151617181920>>