HomeSort by relevance Sort by last modified time
    Searched defs:pC (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 9 pC = 1 << iota // a control character.
83 return properties[uint8(r)]&pC != 0
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 9 pC = 1 << iota // a control character.
83 return properties[uint8(r)]&pC != 0
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTUnicode.cpp 116 const PVRTuint8* pC = pUTF8;
117 while(*pC)
120 while(*pC && *pC < VALID_ASCII)
122 aUTF32.Append(*pC++);
125 if(!*pC)
128 c32 = *pC++;
133 if(uiTailLen == 0 || (pC + uiTailLen > pUTF8 + uiBytes))
142 if((pC[uiIndex] & 0xC0) != 0x80)
145 c32 = (c32 << BYTES_PER_TAIL) + (pC[uiIndex] & TAIL_MASK)
    [all...]
  /external/pdfium/core/fpdfdoc/
doc_tagged.cpp 344 CPDF_Object* pC = m_pDict->GetDirectObjectFor("C");
345 if (!pC)
352 if (CPDF_Array* pArray = pC->AsArray()) {
361 CFX_ByteString class_name = pC->GetString();
  /external/opencv/cv/src/
cvsubdivision2d.cpp 521 CvSubdiv2DPoint *pA, *pB, *pC;
549 pC = cvSubdiv2DAddPoint( subdiv, ppC, 0 );
556 cvSubdiv2DSetEdgePoints( edge_BC, pB, pC );
557 cvSubdiv2DSetEdgePoints( edge_CA, pC, pA );
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 267 char pC = findPOrWCharToAppend(phoneNumber, currIndex, nextIndex);
268 ret.append(pC);
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 1047 png_bytep pC;
3006 int a, b, c, pa, pb, pc, p; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 18081 int pc; \/* Program Counter in parent (calling) frame *\/ member in struct:VdbeFrame
18263 int pc; \/* The program counter *\/ member in struct:Vdbe
44005 int i, nx, pc, op; local
60291 int pc; \/* Address of the i-th cell *\/ local
60431 int pc = get2byte(&aData[iAddr]); local
60750 int pc; \/* Address of a freeblock within pPage->aData[] *\/ local
65315 u32 pc; \/* Offset to cell content of cell being deleted *\/ local
68178 u32 pc; \/* Address of a cell *\/ local
74242 char c, pc = 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 18081 int pc; \/* Program Counter in parent (calling) frame *\/ member in struct:VdbeFrame
18263 int pc; \/* The program counter *\/ member in struct:Vdbe
44005 int i, nx, pc, op; local
60291 int pc; \/* Address of the i-th cell *\/ local
60431 int pc = get2byte(&aData[iAddr]); local
60750 int pc; \/* Address of a freeblock within pPage->aData[] *\/ local
65315 u32 pc; \/* Offset to cell content of cell being deleted *\/ local
68178 u32 pc; \/* Address of a cell *\/ local
74242 char c, pc = 0; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 596 milliseconds