Searched defs:encodeRun (Results 1 – 2 of 2) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Utility.java | 359 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/ |
D | Utility.java | 355 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
|