Searched refs:pCP (Results 1 – 3 of 3) sorted by relevance
422 sal_UCS4* pCP = pCodePairs; in ParseCMAP() local433 *(pCP++) = cMinChar; in ParseCMAP()434 *(pCP++) = cMaxChar + 1; in ParseCMAP()448 nRangeCount = (pCP - pCodePairs) / 2; in ParseCMAP()457 sal_UCS4* pCP = pCodePairs; in ParseCMAP() local473 *(pCP++) = cMinChar; in ParseCMAP()474 *(pCP++) = cMaxChar + 1; in ParseCMAP()523 sal_UCS4* pCP = pCodePairs; in ParseCMAP() local526 sal_UCS4 cMin = *(pCP++); in ParseCMAP()527 sal_UCS4 cEnd = *(pCP++); in ParseCMAP()[all …]
593 FieldList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in FieldList() argument596 , m_pCP(pCP) in FieldList()762 ReferenceList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in ReferenceList() argument765 , m_pCP(pCP) in ReferenceList()856 MethodList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in MethodList() argument860 , m_pCP(pCP) in MethodList()
711 javaFrameworkError SAL_CALL jfw_setUserClassPath(rtl_uString * pCP);
Completed in 48 milliseconds