OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contsSize
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
ucol_swp.cpp
450
header.
contsSize
= ds->readUInt32(inHeader->
contsSize
);
461
/* swap the continuation table;
contsSize
counts UChars */
462
ds->swapArray16(ds, inBytes+header.conts, header.
contsSize
*U_SIZEOF_UCHAR,
/external/icu4c/i18n/
ucol_sit.cpp
889
int32_t
contsSize
= ucol_getContractions(coll, contractions, status);
894
for(i = 0; i <
contsSize
; i++) {
ucol_imp.h
159
* uint32_t
contsSize
; - size of continuation table (number of UChars in table)
[
all
...]
Completed in 768 milliseconds