OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEparts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp
669
U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *
CEparts
, UColToken *tok, UErrorCode *status) {
675
ucol_countBytes(
CEparts
[i], noOfBytes[i]);
691
value |= ((
CEparts
[0]>>(32-16*(CEi+1))) & 0xFFFF) << 16;
694
value |= ((
CEparts
[1]>>(32-8*(CEi+1))) & 0xFF) << 8;
697
value |= ((
CEparts
[2]>>(32-8*(CEi+1))) & 0x3F);
728
fprintf(stderr, "%04X str: %i, [%08X, %08X, %08X]: tok: ", tok->debugSource, tok->strength,
CEparts
[0] >> (32-8*noOfBytes[0]),
CEparts
[1] >> (32-8*noOfBytes[1]),
CEparts
[2]>> (32-8*noOfBytes[2]));
738
uint32_t
CEparts
[UCOL_CE_STRENGTH_LIMIT];
792
CEparts
[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 16
[
all
...]
/external/icu4c/i18n/
ucol_bld.cpp
672
U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *
CEparts
, UColToken *tok, UErrorCode *status) {
678
ucol_countBytes(
CEparts
[i], noOfBytes[i]);
694
value |= ((
CEparts
[0]>>(32-16*(CEi+1))) & 0xFFFF) << 16;
697
value |= ((
CEparts
[1]>>(32-8*(CEi+1))) & 0xFF) << 8;
700
value |= ((
CEparts
[2]>>(32-8*(CEi+1))) & 0x3F);
731
fprintf(stderr, "%04X str: %i, [%08X, %08X, %08X]: tok: ", tok->debugSource, tok->strength,
CEparts
[0] >> (32-8*noOfBytes[0]),
CEparts
[1] >> (32-8*noOfBytes[1]),
CEparts
[2]>> (32-8*noOfBytes[2]));
741
uint32_t
CEparts
[UCOL_CE_STRENGTH_LIMIT];
800
CEparts
[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 16
[
all
...]
Completed in 286 milliseconds