Searched refs:packDiff (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c235 packDiff(int32_t diff);
287 packDiff(int32_t diff) { function
360 * @return the packed 1/2/3/4-byte encoding, see packDiff(),
363 * @see packDiff
402 return packDiff(c-prev);
604 * @param packed packed BOCU-1 byte sequence, see packDiff()
608 * @see packDiff
640 * @see packDiff
682 packed=packDiff(diff);
695 log_err("error: unpackDiff(packDiff(dif
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java207 /* Faster versions of packDiff() for single-byte-encoded diff values. */
283 * than the standard packDiff().
292 private int packDiff(int n) { method in class:CharsetBOCU1.CharsetEncoderBOCU
578 diff = packDiff(diff);
/external/icu/icu4c/source/common/
H A Ducnvbocu.cpp214 /* Faster versions of packDiff() for single-byte-encoded diff values. */
277 * than the standard packDiff().
287 packDiff(int32_t diff) { function
543 diff=packDiff(diff);
781 diff=packDiff(diff);

Completed in 288 milliseconds