HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 426 - 450 of 1127) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/common/
uiter.cpp 1038 UChar32 c, c2; local
1048 if(UTF_IS_SECOND_SURROGATE(c2=iter->current(iter))) {
1049 c=UTF16_GET_PAIR_VALUE(c, c2);
1055 if(UTF_IS_FIRST_SURROGATE(c2=iter->previous(iter))) {
1056 c=UTF16_GET_PAIR_VALUE(c2, c);
1058 if(c2>=0) {
1069 UChar32 c, c2; local
1073 if(UTF_IS_SECOND_SURROGATE(c2=iter->next(iter))) {
1074 c=UTF16_GET_PAIR_VALUE(c, c2);
1075 } else if(c2>=0)
1085 UChar32 c, c2; local
    [all...]
ucasemap.c 228 UChar32 c, c2 = 0; local
249 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
251 dest[destIndex++]=(uint8_t)c2;
416 UChar32 c, c2; local
431 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
433 dest[destIndex++]=(uint8_t)c2;
utext.cpp 457 UChar32 c1 = 0, c2 = 0; local
463 c2 = UTEXT_NEXT32(s2);
464 if(c1 != c2) {
480 c2 = UTEXT_NEXT32(s2);
482 if(c1 != c2) {
511 return (int32_t)c1-(int32_t)c2;
517 UChar32 c1, c2; local
523 c2 = UTEXT_NEXT32(s2);
524 if(c1 != c2) {
525 return (int32_t)c1-(int32_t)c2;
584 UChar32 c1, c2; local
705 UChar32 c1, c2; local
    [all...]
  /external/icu4c/common/
uiter.cpp 1023 UChar32 c, c2; local
1033 if(U16_IS_TRAIL(c2=iter->current(iter))) {
1034 c=U16_GET_SUPPLEMENTARY(c, c2);
1040 if(U16_IS_LEAD(c2=iter->previous(iter))) {
1041 c=U16_GET_SUPPLEMENTARY(c2, c);
1043 if(c2>=0) {
1054 UChar32 c, c2; local
1058 if(U16_IS_TRAIL(c2=iter->next(iter))) {
1059 c=U16_GET_SUPPLEMENTARY(c, c2);
1060 } else if(c2>=0)
1070 UChar32 c, c2; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
utf.c 112 int c2 = (*zIn++); \
113 c2 += ((*zIn++)<<8); \
114 c = (c2&0x03FF) + ((c&0x003F)<<10) + (((c&0x03C0)+0x0040)<<10); \
122 int c2 = ((*zIn++)<<8); \
123 c2 += (*zIn++); \
124 c = (c2&0x03FF) + ((c&0x003F)<<10) + (((c&0x03C0)+0x0040)<<10); \
  /external/chromium_org/v8/test/mjsunit/
setter-on-constructor-prototype.js 46 function C2() {
49 C2.prototype = { };
50 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
52 %ToFastProperties(C2.prototype.__proto__)
56 var c2 = new C2();
57 assertEquals("undefined", typeof c2.x);
58 assertEquals(23, c2.y);
generated-transition-stub.js 121 var c2 = [0, 1, 2, 3.5, 4];
122 transition3(c2, 0, new Object());
123 assertTrue(%HasFastObjectElements(c2));
124 assertTrue(!%HasFastHoleyElements(c2));
  /external/v8/test/mjsunit/
setter-on-constructor-prototype.js 46 function C2() {
49 C2.prototype = { };
50 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
52 %ToFastProperties(C2.prototype.__proto__)
56 var c2 = new C2();
57 assertEquals("undefined", typeof c2.x);
58 assertEquals(23, c2.y);
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 416 *.[ch]) c1='/* '; c2=' */';;
417 *.texi) c1='@c '; c2= ;;
418 *.m4|*/Make*|Make*) c1='# ' ; c2= ;;
419 *) c1= ; c2= ;;
442 echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" &&
443 echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 440 c2 = C()
441 c2.c1 = c1
442 del c1 # still alive because c2 points to it
444 # Now when subtype_dealloc gets called on c2, it's not enough just
445 # that c2 is immune from gc while the weakref callbacks associated
446 # with c2 execute (there are none in this 2nd half of the test, btw).
450 # deallocation of c2.
451 del c2
528 # c1 from c2, but not vice-versa. The result was that c2's __dict_
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 440 c2 = C()
441 c2.c1 = c1
442 del c1 # still alive because c2 points to it
444 # Now when subtype_dealloc gets called on c2, it's not enough just
445 # that c2 is immune from gc while the weakref callbacks associated
446 # with c2 execute (there are none in this 2nd half of the test, btw).
450 # deallocation of c2.
451 del c2
528 # c1 from c2, but not vice-versa. The result was that c2's __dict_
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 2128 uint8_t c2 = frm_nxt[1]; local
2155 uint8_t c2 = frm_nxt[1]; local
2397 uint8_t c2 = frm_nxt[1]; local
2424 uint8_t c2 = frm_nxt[1]; local
2622 uint8_t c2 = frm_nxt[1]; local
2770 uint16_t c2 = static_cast<uint16_t>(frm_nxt[2] << 8 | frm_nxt[3]); local
2902 uint16_t c2 = static_cast<uint16_t>(frm_nxt[3] << 8 | frm_nxt[2]); local
    [all...]
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 563 char c1, c2;
569 c2 = *s2++; define
570 if (c1 == 0 || c1 != c2)
571 return c1 - (int)c2;
593 c2 = (char) w2 >> 24; define
596 c2 = (char) w2; define
600 } while (c1 != 0 && c1 == c2);
601 return c1 - c2;
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 81 Cursor c2 = createCursor("Name", NAMES_LIST); local
83 indexer.setCursor(c2);
  /external/chromium_org/base/
callback_unittest.cc 79 Callback<void(int,int)> c2; local
87 EXPECT_TRUE(c2.is_null());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DnaBlockData.java 194 char c2 = (char) ((code & 0xFF0000) >> 16); local
197 return String.valueOf(c1) + c2 + c3 + c4;
  /external/libvpx/libvpx/vp8/common/ppc/
idctllm_altivec.asm 78 vmrglw v7, v2, v3 ;# c2 d2 c3 d3
83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
129 vmrghh v2, v0, v1 ;# a0 c0 a1 c1 a2 c2 a3 c3
133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
  /external/llvm/unittests/IR/
MetadataTest.cpp 93 Value *const c2 = n2; local
97 MDNode *n6 = MDNode::getIfExists(Context, c2);
133 Constant *C2 = ConstantInt::get(Type::getInt32Ty(Context), 2);
136 Value *const V2 = C2;
  /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;
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 177 int c2 = tolower(descr[i+1]); local
179 if( c1 != c2 )
  /external/oprofile/libpp/
diff_container.cpp 108 profile_container const & c2)
109 : pc1(c1), pc2(c2),
  /external/skia/tests/
GpuColorFilterTest.cpp 64 const SkColor c2 = SkColorSetARGB(60, 60, 60, 60); local
66 const GrColor gr_c2 = SkColor2GrColor(c2);
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 189 static const LCHAR* LSTRNCHR2(const LCHAR* text, LCHAR c, LCHAR c2, size_t len)
191 for (; *text != c && *text != c2 && len > 0 && *text; text++, len--)
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo4.stderr.exp 19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 126 URLConnection c2 = server.getUrl("/").openConnection(); local
127 assertEquals('A', c2.getInputStream().read());

Completed in 314 milliseconds

<<11121314151617181920>>