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

  /external/icu4c/common/
uniset_closure.cpp 253 const UnicodeString *pStr;
256 pStr = (const UnicodeString *) strings->elementAt(j);
257 (str = *pStr).toLower(root);
260 (str = *pStr).toTitle(bi, root);
263 (str = *pStr).toUpper(root);
265 (str = *pStr).foldCase();
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp);
312 if (pStr == NULL)
317 if (libString2GetStringAsInt(pStr, (uint32_t*)pVal) == S_SUCCESS)
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 739 uint8 *pStrength, *pStr;
801 pStr = pStrength + 4;
803 if (*pStr == 0)
808 if (tmp >= 4) *pStr = 1;
812 if (tmp >= 4) *pStr = 1;
817 pStr = pStrength + 8;
819 if (*pStr == 0)
825 if (tmp >= 4) *pStr = 1;
829 if (tmp >= 4) *pStr = 1;
851 pStr = pStrength + 1
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 73 char** pStr;
172 pP->pStr = pAddr?pAddr:&(pP->Str);
176 pP->pStr[0] = pP->Str;
260 if(p->pStr)
265 p->pStr[0] = p->Str;
360 void SetNickName(const char* pStr)
367 if(pStr)
368 m_pNickName = strdup(pStr);
    [all...]

Completed in 212 milliseconds