OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromUnicodeBytes
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java
559
mbcsTable.
fromUnicodeBytes
= new byte[header.fromUBytesLength];
560
byteBuffer.get(mbcsTable.
fromUnicodeBytes
);
CharsetMBCS.java
85
byte
fromUnicodeBytes
[];
121
* t.toUFallbacks; fromUnicodeTable = t.fromUnicodeTable;
fromUnicodeBytes
= t.
fromUnicodeBytes
;
523
bytes = mbcsTable.
fromUnicodeBytes
;
649
mbcsTable.
fromUnicodeBytes
= new byte[mbcsTable.fromUBytesLength];
659
/* reconstitute
fromUnicodeBytes
with roundtrips from toUnicode data */
[
all
...]
/external/icu/icu4c/source/common/
ucnvmbcs.cpp
[
all
...]
ucnvmbcs.h
382
const uint8_t *
fromUnicodeBytes
;
ucnv2022.cpp
[
all
...]
Completed in 303 milliseconds