OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packDiff
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c
234
packDiff
(int32_t diff);
286
packDiff
(int32_t diff) {
359
* @return the packed 1/2/3/4-byte encoding, see
packDiff
(),
362
* @see
packDiff
401
return
packDiff
(c-prev);
603
* @param packed packed BOCU-1 byte sequence, see
packDiff
()
607
* @see
packDiff
639
* @see
packDiff
681
packed=
packDiff
(diff);
694
log_err("error: unpackDiff(
packDiff
(diff=%ld)=0x%08lx)=%ld!=diff\n"
[
all
...]
/external/icu4c/test/cintltst/
bocu1tst.c
235
packDiff
(int32_t diff);
287
packDiff
(int32_t diff) {
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
(diff=%ld)=0x%08lx)=%ld!=diff\n"
[
all
...]
/external/chromium_org/third_party/icu/source/common/
ucnvbocu.c
261
* than the standard
packDiff
().
271
packDiff
(int32_t diff) {
373
/* Faster versions of
packDiff
() for single-byte-encoded diff values. */
538
diff=
packDiff
(diff);
767
diff=
packDiff
(diff);
[
all
...]
/external/icu4c/common/
ucnvbocu.cpp
212
/* Faster versions of
packDiff
() for single-byte-encoded diff values. */
275
* than the standard
packDiff
().
285
packDiff
(int32_t diff) {
543
diff=
packDiff
(diff);
772
diff=
packDiff
(diff);
[
all
...]
Completed in 214 milliseconds