Searched defs:encodeRun (Results 1 – 2 of 2) sorted by relevance
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | Utility.java | 358 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { in encodeRun() method in Utility 394 private static final <T extends Appendable> void encodeRun(T buffer, short value, int length) { in encodeRun() method in Utility 426 private static final <T extends Appendable> void encodeRun(T buffer, byte value, int length, in encodeRun() method in Utility
|
| /third_party/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
|