OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ucaconsts
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/
ucol_swp.cpp
224
header.
UCAConsts
= ds->readUInt32(inHeader->
UCAConsts
);
293
if(header.
UCAConsts
!=0) {
295
* if
UCAConsts
!=0 then contractionUCACombos because we are swapping
298
count=header.contractionUCACombos-header.
UCAConsts
;
299
ds->swapArray32(ds, inBytes+header.
UCAConsts
, header.contractionUCACombos-header.
UCAConsts
,
300
outBytes+header.
UCAConsts
, pErrorCode);
/external/icu4c/i18n/
ucol_bld.cpp
345
UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->
UCAConsts
);
[
all
...]
ucol_imp.h
96
* uint32_t
UCAConsts
; - only used (!=0) in UCA image - structure which holds values for indirect positioning and implicit ranges
[
all
...]
ucol_tok.cpp
[
all
...]
ucol.cpp
[
all
...]
/external/icu4c/tools/genuca/
genuca.cpp
757
data->
UCAConsts
= data->size;
[
all
...]
/external/icu4c/test/cintltst/
cmsccoll.c
1128
consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->
UCAConsts
);
[
all
...]
Completed in 553 milliseconds