Searched refs:oldExt (Results 1 - 2 of 2) sorted by relevance

/external/skia/experimental/tools/
H A Dskp_to_pdf_md5.cpp150 const char* oldExt,
152 SkASSERT(str->endsWith(oldExt));
153 SkASSERT(str->size() >= strlen(oldExt));
154 str->remove(str->size() - strlen(oldExt), strlen(oldExt));
149 str_replace_ending(SkString* str, const char* oldExt, const char* newExt) argument
/external/libxml2/
H A Dvalid.c6614 xmlDtdPtr oldExt, oldInt; local
6619 oldExt = doc->extSubset;
6625 doc->extSubset = oldExt;
6640 doc->extSubset = oldExt;

Completed in 280 milliseconds