Searched refs:encodeRun (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUtility.java250 encodeRun(buffer, runValue, runLength);
255 encodeRun(buffer, runValue, runLength);
283 encodeRun(buffer, runValue, runLength);
288 encodeRun(buffer, runValue, runLength);
315 encodeRun(buffer, (short)runValue, runLength);
320 encodeRun(buffer, (short)runValue, runLength);
349 encodeRun(buffer, runValue, runLength, state);
354 encodeRun(buffer, runValue, runLength, state);
367 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { method in class:Utility
403 private static final <T extends Appendable> void encodeRun( method in class:Utility
435 private static final <T extends Appendable> void encodeRun(T buffer, byte value, int length, method in class:Utility
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java246 encodeRun(buffer, runValue, runLength);
251 encodeRun(buffer, runValue, runLength);
279 encodeRun(buffer, runValue, runLength);
284 encodeRun(buffer, runValue, runLength);
311 encodeRun(buffer, (short)runValue, runLength);
316 encodeRun(buffer, (short)runValue, runLength);
345 encodeRun(buffer, runValue, runLength, state);
350 encodeRun(buffer, runValue, runLength, state);
363 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { method in class:Utility
399 private static final <T extends Appendable> void encodeRun( method in class:Utility
431 private static final <T extends Appendable> void encodeRun(T buffer, byte value, int length, method in class:Utility
[all...]

Completed in 140 milliseconds