Searched refs:CEparts (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol_bld.cpp669 U_CFUNC void ucol_doCE(UColTokenParser *src, uint32_t *CEparts, UColToken *tok, UErrorCode *status) { argument
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]; local
792 CEparts[UCOL_PRIMAR
[all...]

Completed in 58 milliseconds