OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullStage2Length
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucnvmbcs.h
162
*
fullStage2Length
is present and the missing
170
* 9 uint32_t
fullStage2Length
: used if MBCS_OPT_FROM_U is set
210
* stage 2 really has length
fullStage2Length
477
uint32_t
fullStage2Length
; /* number of 32-bit units */
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java
162
int
fullStage2Length
; /* number of 32-bit units */
492
reconstituteData(mbcsTable, stage1Length, stage2Length, header.
fullStage2Length
);
588
int stage1Length, int stage2Length, int
fullStage2Length
) {
594
int[] stage2 = new int[numStage1Ints +
fullStage2Length
];
596
stage2, (
fullStage2Length
- stage2Length) + numStage1Ints,
[
all
...]
Completed in 48 milliseconds