OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packDiff
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/cintltst/
bocu1tst.c
233
packDiff
(int32_t diff);
285
packDiff
(int32_t diff) {
358
* @return the packed 1/2/3/4-byte encoding, see
packDiff
(),
361
* @see
packDiff
400
return
packDiff
(c-prev);
602
* @param packed packed BOCU-1 byte sequence, see
packDiff
()
606
* @see
packDiff
638
* @see
packDiff
680
packed=
packDiff
(diff);
693
log_err("error: unpackDiff(
packDiff
(diff=%ld)=0x%08lx)=%ld!=diff\n"
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java
205
/* Faster versions of
packDiff
() for single-byte-encoded diff values. */
281
* than the standard
packDiff
().
290
private int
packDiff
(int n) {
575
diff =
packDiff
(diff);
[
all
...]
/external/icu/icu4c/source/common/
ucnvbocu.cpp
212
/* Faster versions of
packDiff
() for single-byte-encoded diff values. */
275
* than the standard
packDiff
().
285
packDiff
(int32_t diff) {
541
diff=
packDiff
(diff);
770
diff=
packDiff
(diff);
[
all
...]
Completed in 343 milliseconds