Searched defs:appendInt (Results 1 – 5 of 5) sorted by relevance
239 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
170 void FCode::appendInt(int32_t value) { in appendInt() function in FCode
324 void SkPDFArray::appendInt(int32_t value) { in appendInt() function in SkPDFArray
374 private static final <T extends Appendable> void appendInt(T buffer, int value) { in appendInt() method in Utility