OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialPrev
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c
630
* the difference to
initialPrev
.
634
* @param
initialPrev
bogus "previous code point" value to make sure that
637
* @return the difference to
initialPrev
643
unpackDiff(int32_t
initialPrev
, int32_t packed) {
647
rx.prev=
initialPrev
;
658
return decodeBocu1(&rx, (uint8_t)packed)-
initialPrev
;
679
int32_t packed,
initialPrev
;
688
initialPrev
=0x10ffff;
690
initialPrev
=-1;
693
if(diff!=unpackDiff(
initialPrev
, packed))
[
all
...]
/external/icu4c/test/cintltst/
bocu1tst.c
631
* the difference to
initialPrev
.
635
* @param
initialPrev
bogus "previous code point" value to make sure that
638
* @return the difference to
initialPrev
644
unpackDiff(int32_t
initialPrev
, int32_t packed) {
648
rx.prev=
initialPrev
;
659
return decodeBocu1(&rx, (uint8_t)packed)-
initialPrev
;
680
int32_t packed,
initialPrev
;
689
initialPrev
=0x10ffff;
691
initialPrev
=-1;
694
if(diff!=unpackDiff(
initialPrev
, packed))
[
all
...]
Completed in 481 milliseconds