OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullStage2Length
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/
ucnvmbcs.h
160
*
fullStage2Length
is present and the missing
168
* 9 uint32_t
fullStage2Length
: used if MBCS_OPT_FROM_U is set
208
* stage 2 really has length
fullStage2Length
475
uint32_t
fullStage2Length
; /* number of 32-bit units */
ucnvmbcs.cpp
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java
480
h.
fullStage2Length
= byteBuffer.getInt();
CharsetMBCS.java
163
int
fullStage2Length
; /* number of 32-bit units */
497
reconstituteData(mbcsTable, stage1Length, stage2Length, header.
fullStage2Length
);
594
int stage1Length, int stage2Length, int
fullStage2Length
) {
600
int[] stage2 = new int[numStage1Ints +
fullStage2Length
];
602
stage2, (
fullStage2Length
- stage2Length) + numStage1Ints,
[
all
...]
/external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp
[
all
...]
Completed in 93 milliseconds