HomeSort by relevance Sort by last modified time
    Searched defs:cPoints (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
ucol_elm.h 65 UChar *cPoints;
95 uint16_t index[256]; /* index of cPoints by combining class 0-255. */
96 UChar *cPoints; /* code point array of all combining marks */
ucol_bld.cpp 715 UChar *cPoints = (tok->source & 0x00FFFFFF) + src->source;
719 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
722 uint32_t caseCE = ucol_getFirstCE(src->UCA, cPoints[0], status);
919 el.cPoints = el.uchars;
    [all...]

Completed in 55 milliseconds