HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 276 - 300 of 508) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/ndk-stack/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...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 31 CipherSuite c2 = new CipherSuite("CipherSuite2", false, 0, "", "", local
37 if (!c1.equals(c2) || c1.equals(c3) || c4.equals(c1) || c4.equals(c3)) {
93 CipherSuite c2 = new CipherSuite("CipherSuite2", false, local
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 356 uint c2 = QChar::toCaseFolded(ushort(b[i])); local
357 if (c1 != c2)
358 return c1 - c2;
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 378 const QPainterPath::Element& c2 = m_path.elementAt(i + 2); local
381 Q_ASSERT(c2.type == QPainterPath::CurveToDataElement);
386 pelement.points[2] = QPointF(c2);
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 195 register char *c2; local
209 for ( c2 = copy; (*c2++ = *str++) != 0; )
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
FusionDictionary.java 343 final CharGroup c2 = (CharGroup)o2; local
344 if (c1.mChars[0] == c2.mChars[0]) return 0;
345 return c1.mChars[0] < c2.mChars[0] ? -1 : 1;
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 332 NS::Constructor c2(0);
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 29 class C2 {
39 void C2::m() const { } // expected-error{{out-of-line definition of 'm' does not match any declaration in 'C2'}}
41 void C2::f(int) { } // expected-error{{out-of-line definition of 'f' does not match any declaration in 'C2'}}
43 void C2::m() {
65 struct A::C c2; variable in typeref:struct:C
99 typedef void C2::f5(int); // expected-error{{typedef declarator cannot be qualified}}
  /external/icu4c/common/
uidna.cpp 95 UChar c1,c2; local
106 c2 = s2[i];
109 if(c1!=c2) {
110 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
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...]
unisetspan.cpp 482 UChar c=*s, c2; local
483 if(c>=0xd800 && c<=0xdbff && length>=2 && U16_IS_TRAIL(c2=s[1])) {
484 return set.contains(U16_GET_SUPPLEMENTARY(c, c2)) ? 2 : -2;
491 UChar c=s[length-1], c2; local
492 if(c>=0xdc00 && c<=0xdfff && length>=2 && U16_IS_LEAD(c2=s[length-2])) {
493 return set.contains(U16_GET_SUPPLEMENTARY(c2, c)) ? 2 : -2;
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 376 UChar32 c32,c1,c2; local
392 c2 = *(buf->currentPos);
431 }else if(c32!=c2 || (c32==0x0075 && c2==0x0075 && c1==0x005C) /* for \u0075 c2=0x0075 and c32==0x0075*/){
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 105 | Some (Token.Kwd c2) ->
108 let next_prec = precedence c2 in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 116 | Some (Token.Kwd c2) ->
119 let next_prec = precedence c2 in
  /external/valgrind/main/callgrind/
events.c 269 Bool CLG_(is_equal_cost)(EventSet* es, ULong* c1, ULong* c2)
273 if (!c1) return CLG_(is_zero_cost)(es, c2);
274 if (!c2) return CLG_(is_zero_cost)(es, c1);
277 if (c1[i] != c2[i]) return False;
  /frameworks/base/include/private/opengles/
gl_context.h 550 int32_t c0, int32_t c1, int32_t c2) const;
553 GGLfixed c0, GGLfixed c1, GGLfixed c2) const;
556 int32_t c0, int32_t c1, int32_t c2) const;
559 int32_t c0, int32_t c1, int32_t c2) const;
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java 392 char c2 = src.charAt(i*2+1); local
394 int val2 = Character.digit(c2, 16);
  /external/bluetooth/bluez/sbc/
sbc_primitives_neon.c 254 "vmov.s32 q15, %[c2]\n"
284 [c2] "i" (31 - SCALE_OUT_BITS)
413 "vmov.s32 q13, %[c2]\n"
524 [c2] "i" (31 - SCALE_OUT_BITS),
  /external/icu4c/test/intltest/
tstnorm.cpp 640 UChar32 c1, c2; local
652 c2=iter32.previous();
655 c2=iter32.current();
658 c2=iter32.next();
662 if(c1!=c2) {
668 "got c1=U+%04lx != expected c2=U+%04lx",
669 name, history, c1, c2);
1330 UChar32 c2=combineBackCharsAndCc[2*i]; local
    [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 108 mrc p14, #8, r1, c1, c2, #4
109 mrc p14, #1, r1, c1, c2, #8
110 mrc2 p14, #8, r1, c1, c2, #4
111 mrc2 p14, #0, r1, c1, c2, #9
  /external/skia/samplecode/
SampleHairline.cpp 234 SkCanvas c2(bm2);
240 gProcs[fProcIndex].fProc(&c2, paint, bm);
  /external/speex/libspeex/
filters.c 674 spx_word16_t c1, c2; local
765 c2 = QCONST16(.5,15)+MULT16_16_Q14(QCONST16(1.72,14),(c1-QCONST16(.07,15)));
768 c2 = .5+1.72*(c1-.07);
772 c1=c2=0;
775 g1 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain1),pgain1);
776 g2 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain2),pgain2);
778 g1 = 1-c2*pgain1*pgain1;
779 g2 = 1-c2*pgain2*pgain2;
  /external/v8/test/mjsunit/regress/
regress-753.js 34 var obj = {a1: {b1: [1,2,3,4], b2: {c1: 1, c2: 2}},a2: 'a2'};
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 201 uuid(67B067BE-4DE6-45c2-AD39-A91DFA84FF4E),
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 440 for (Control c2 : ((Composite) c).getChildren()) {
441 enableControl(c2, enabled);

Completed in 1617 milliseconds

<<11121314151617181920>>