Home
last modified time | relevance | path

Searched refs:strObj (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libselinux/src/
Daudit2why.c315 PyObject *strObj; in analyze() local
359 strObj = PyList_GetItem(listObj, i); /* Can't fail */ in analyze()
363 permstr = _PyUnicode_AsString( strObj ); in analyze()
365 permstr = PyString_AsString( strObj ); in analyze()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp4795 CFX_Decimal::CFX_Decimal(const CFX_WideStringC& strObj) { in CFX_Decimal() argument
4796 const FX_WCHAR* str = strObj.GetPtr(); in CFX_Decimal()
4797 const FX_WCHAR* strBound = str + strObj.GetLength(); in CFX_Decimal()
4831 CFX_Decimal::CFX_Decimal(const CFX_ByteStringC& strObj) { in CFX_Decimal() argument
4833 wstrObj.ConvertFrom(strObj); in CFX_Decimal()