Home
last modified time | relevance | path

Searched defs:encodeRun (Results 1 – 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUtility.java359 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { in encodeRun() method in Utility
395 private static final <T extends Appendable> void encodeRun(T buffer, short value, int length) { in encodeRun() method in Utility
427 private static final <T extends Appendable> void encodeRun(T buffer, byte value, int length, in encodeRun() method in Utility
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java355 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { in encodeRun() method in Utility
391 private static final <T extends Appendable> void encodeRun(T buffer, short value, int length) { in encodeRun() method in Utility
423 private static final <T extends Appendable> void encodeRun(T buffer, byte value, int length, in encodeRun() method in Utility