OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shiftByte
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucnv_ext.cpp
689
uint8_t *p=buffer+1; /* reserve buffer[0] for
shiftByte
below */
709
uint8_t
shiftByte
;
713
shiftByte
=(uint8_t)UCNV_SI;
717
shiftByte
=(uint8_t)UCNV_SO;
720
shiftByte
=0;
723
if(
shiftByte
!=0) {
725
buffer[0]=
shiftByte
;
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java
[
all
...]
Completed in 40 milliseconds