Searched refs:refnum (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_syntax_parser.cpp | 384 uint32_t refnum = FXSYS_atoui(word.c_str()); in GetObjectBodyInternal() local 385 if (refnum == CPDF_Object::kInvalidObjNum) in GetObjectBodyInternal() 387 return pdfium::MakeUnique<CPDF_Reference>(pObjList, refnum); in GetObjectBodyInternal()
|
/external/python/cpython3/Lib/ |
D | plistlib.py | 766 refnum = len(self._objlist) 769 self._objtable[(type(value), value)] = refnum 771 self._objtable[(type(value.data), value.data)] = refnum 773 self._objidtable[id(value)] = refnum
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 844 short refnum; in Cm_CloseComponentResFile() local 849 &refnum)) in Cm_CloseComponentResFile() 851 _err = CloseComponentResFile(refnum); in Cm_CloseComponentResFile()
|
/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 3255 short refnum; in PyMac_GetFSSpec() local 3266 &refnum, &parid, PyMac_GetStr255, &path)) { in PyMac_GetFSSpec() 3267 err = FSMakeFSSpec(refnum, parid, path, spec); in PyMac_GetFSSpec()
|
/external/cldr/specs/rfc/ |
D | rfc2629.xslt | 1308 <xsl:variable name="refnum"> 1318 <xsl:value-of select="$refnum"/> 1324 <xsl:value-of select="normalize-space(concat($refname,' ',$refnum))"/>
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 1738 -51 rfNumErr refnum error
|