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

  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 10 pP // a punctuation character.
16 pp // a printable character according to Go's definition.
17 pg = pp | pZ // a graphical character according to the Unicode definition.
52 return properties[uint8(r)]&pp != 0
115 return properties[uint8(r)]&pP != 0
15 pp \/\/ a printable character according to Go's definition. const
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 10 pP // a punctuation character.
16 pp // a printable character according to Go's definition.
17 pg = pp | pZ // a graphical character according to the Unicode definition.
52 return properties[uint8(r)]&pp != 0
115 return properties[uint8(r)]&pP != 0
15 pp \/\/ a printable character according to Go's definition. const
  /external/tpm2/
RSAKeySieve.c 863 UINT32 *pP = (UINT32 *)(&bnP->d[4]);
867 if(*pP++ != *pQ++)
  /external/opencv/cvaux/include/
cvvidsurv.hpp 110 void FreeParam(CvDefParam** pp)
112 CvDefParam* p = pp[0];
116 cvFree((void**)pp);
170 CvDefParam* pP = NewParam(name);
172 pP->pStr = pAddr?pAddr:&(pP->Str);
175 pP->Str = strdup(p);
176 pP->pStr[0] = pP->Str;
569 CvBlobTrack* pP = GetBlobTrack(i)
    [all...]

Completed in 100 milliseconds