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

/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/common/
H A Ducnvbocu.cpp212 /* Faster versions of packDiff() for single-byte-encoded diff values. */
275 * than the standard packDiff().
285 packDiff(int32_t diff) { function
543 diff=packDiff(diff);
772 diff=packDiff(diff);
/external/icu/icu4c/source/common/
H A Ducnvbocu.cpp212 /* Faster versions of packDiff() for single-byte-encoded diff values. */
275 * than the standard packDiff().
285 packDiff(int32_t diff) { function
543 diff=packDiff(diff);
772 diff=packDiff(diff);

Completed in 462 milliseconds