Searched defs:appendInt (Results 1 – 6 of 6) sorted by relevance
247 public static void appendInt(StringBuffer buf, String strToHex, String s){ in appendInt() method in UnicodeNormalizerConformanceTest
486 public static void appendInt(StringBuffer buf, String strToHex, String s){ in appendInt() method in ConformanceTest
64 void SkPDF::AttributeList::appendInt( in appendInt() function in SkPDF::AttributeList
298 void SkPDFArray::appendInt(int32_t value) { in appendInt() function in SkPDFArray
295 void SkPDFArray::appendInt(int32_t value) { in appendInt() function in SkPDFArray
381 private static final <T extends Appendable> void appendInt(T buffer, int value) { in appendInt() method in Utility