HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 451 - 475 of 1594) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/
uidna.cpp 97 UChar c1,c2; local
108 c2 = s2[i];
111 if(c1!=c2) {
112 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 873 int32_t c2; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trietest.c 152 UChar c2; local
170 c=c2=0x33;
172 UTRIE_NEXT32(trie, p, limit, c, c2, value);
174 UTRIE_NEXT16(trie, p, limit, c, c2, value);
178 testName, c, c2, value, values[i]);
181 c2==0 ?
183 !U16_IS_LEAD(c) || !U16_IS_TRAIL(c2) || c!=*(p-2) || c2!=*(p-1)
185 log_err("error: wrong (c, c2) from UTRIE_NEXT(%s): (U+%04lx, U+%04lx)\n",
186 testName, c, c2);
    [all...]
utf16tst.c 352 UChar32 c, c2; local
384 U16_GET(input, 0, j, -1, c2);
385 if(c2!=c) {
386 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 78 UChar c1,c2; local
88 c2 = s2[i];
91 if(c1!=c2) {
92 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
itercoll.cpp 113 RuleBasedCollator *c2 = NULL; local
114 c2 = new RuleBasedCollator((UnicodeString)"&a < b < c/abd < d", status);
116 if (c2 == NULL || U_FAILURE(status))
119 delete c2;
124 iter = c2->createCollationElementIterator(source);
127 delete c2;
656 int32_t c1, c2, count = 0; local
662 c2 = i2.next(status);
664 if (c1 != c2)
666 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2);
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 214 UChar32 c, c2; local
224 for(c2=0xdc00; c2<=0xdfff; ++c2) {
225 utf16[1]=(UChar)c2;
227 set.add(U16_GET_SUPPLEMENTARY(c, c2));
265 UChar32 c, c2; local
275 for(c2=0xdc00; c2<=0xdfff; ++c2) {
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
CollatorTest.java 31 Collator c2 = Collator.getInstance(); local
32 c2.setStrength(Collator.SECONDARY);
35 testEHCS(c, c2, cn);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IDNA2003.java 67 char c1,c2; local
76 c2 = s2.charAt(i);
79 if(c1!=c2) {
80 rc=toASCIILower(c1)-toASCIILower(c2);
Punycode.java 134 char c, c2; local
153 } else if(UTF16.isLeadSurrogate(c) && (j+1)<srcLength && UTF16.isTrailSurrogate(c2=src.charAt(j+1))) {
156 n|=UCharacter.getCodePoint(c, c2);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ScientificNumberFormatter.java 287 char c2 = iterator.next(); local
289 // If c2 is DONE, it will fail the low surrogate test and we
291 if (UCharacter.isLowSurrogate(c2)) {
293 return UCharacter.toCodePoint(c1, c2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAReference.java 72 char c1,c2; local
81 c2 = s2.charAt(i);
84 if(c1!=c2) {
85 rc=toASCIILower(c1)-toASCIILower(c2);
  /external/javassist/src/main/javassist/compiler/
Lex.java 245 int c2 = getc(); local
247 if (c2 == 'X' || c2 == 'x')
266 else if ('0' <= c2 && c2 <= '7') {
267 value = c2 - '0';
285 while ('0' <= c2 && c2 <= '9') {
286 value = value * 10 + c2 - '0';
287 c2 = getc()
361 int c2, c3; local
    [all...]
  /external/libchrome/base/
callback_list_unittest.cc 127 CallbackList<void(int, int)> c2; local
129 c2.Add(Bind(&Summer::AddTwoParam, Unretained(&s)));
131 c2.Notify(1, 2);
  /external/libjpeg-turbo/
rdjpgcom.c 87 int c1, c2; local
92 c2 = NEXTBYTE();
93 if (c2 == EOF)
95 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
174 int c1, c2; local
177 c2 = NEXTBYTE();
178 if (c1 != 0xFF || c2 != M_SOI)
180 return c2;
wrjpgcom.c 101 int c1, c2; local
106 c2 = NEXTBYTE();
107 if (c2 == EOF)
109 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
218 int c1, c2; local
221 c2 = NEXTBYTE();
222 if (c1 != 0xFF || c2 != M_SOI)
224 return c2;
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 266 const int64 c2 = (cc2 * count * count) >> 12; local
271 (2 * count * sum_axb - 2 * sum_a_x_sum_b + c2);
278 count * sum_sq_b - sum_b_sq + c2);
  /external/libvpx/libvpx/vpx_dsp/
avg.c 50 int16_t c2 = b0 - b2; local
59 coeff[3] = c2 + c6;
63 coeff[1] = c2 - c6;
ssim.c 77 int64_t c1, c2; local
81 c2 = (cc2 * count * count) >> 12;
84 c2 = (cc2_10 * count * count) >> 12;
87 c2 = (cc2_12 * count * count) >> 12;
89 c1 = c2 = 0;
94 ((int64_t)2 * count * sum_sxr - (int64_t)2 * sum_s * sum_r + c2);
98 (int64_t)count * sum_sq_r - (int64_t)sum_r * sum_r + c2);
193 // ssim(x,y) = (2*mean(x)*mean(y) + c1)*(2*cov(x,y)+c2) /
194 // ((mean(x)^2+mean(y)^2+c1)*(var(x)+var(y)+c2))
203 // (2*sum(x)*sum(y)/(n*n) + c1)*(2*(n*sum(xi*yi)-sum(x)*sum(y))/(n*n)+c2) /
221 const int64_t c2 = (cc2 * n * n) >> 12; local
252 const int64_t c2 = (cc2 * n * n) >> 12; local
369 static const double c1 = 1, c2 = 1, c3 = 1; local
    [all...]
  /external/libyuv/files/source/
compare.cc 276 const int64 c2 = (cc2 * count * count) >> 12; local
281 (2 * count * sum_axb - 2 * sum_a_x_sum_b + c2);
288 (count * sum_sq_a - sum_a_sq + count * sum_sq_b - sum_b_sq + c2);
  /external/lzma/CPP/Windows/
FileName.cpp 388 const wchar_t c2 = s[i + 2]; local
389 if (IS_SEPAR(c2) || c2 == 0)
417 num = (c2 == 0 ? i : (i + 1));
512 FChar c2 = s[i + 1]; local
513 if (c2 == 0 || IS_SEPAR(c2))
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 90 GLubyte c1 = mask[v1], c2 = mask[v2]; \
91 GLubyte ormask = c1|c2; \
94 else if (!(c1 & c2 & CLIPMASK)) \
100 GLubyte c1 = mask[v1], c2 = mask[v2], c3 = mask[v3]; \
101 GLubyte ormask = c1|c2|c3; \
104 else if (!(c1 & c2 & c3 & CLIPMASK)) \
110 GLubyte c1 = mask[v1], c2 = mask[v2]; \
112 GLubyte ormask = c1|c2|c3|c4; \
115 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
169 GLubyte c2 = mask[elt[j+1]] local
    [all...]
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCacheTest.java 155 URLConnection c2 = openUrl(server.url("/")); local
156 assertEquals('A', c2.getInputStream().read());
  /external/opencv/cv/src/
cvdominants.cpp 260 float c2, cosalpha; local
268 c2 = dx * dx + dy * dy;
269 cosalpha = (a2 + b2 - c2) / (2 * a * b);
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 115 double x, y, c, s, c2, s2, a; local
133 c2 = c * c;
171 A1[p] = (float) (App * c2 + Aqq * s2 - a);
172 A2[q] = (float) (App * s2 + Aqq * c2 + a);
265 double x, y, c, s, c2, s2, a; local
284 c2 = c * c;
322 App2 = App * c2 + Aqq * s2 - a;
323 Aqq2 = App * s2 + Aqq * c2 + a;

Completed in 681 milliseconds

<<11121314151617181920>>