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

  /external/icu4c/i18n/
ucol_elm.cpp 52 uprv_memcpy(buf, element->cPoints, element->cSize*sizeof(UChar));
54 //key.pointer = element->cPoints;
55 //element->cPoints[element->cSize] = 0;
67 uprv_memcpy(buf1, element1->cPoints, element1->cSize*sizeof(UChar));
73 uprv_memcpy(buf2, element2->cPoints, element2->cSize*sizeof(UChar));
415 uprv_free(t->cmLookup->cPoints);
710 t->cmLookup->cPoints=(UChar *)uprv_malloc(noOfCM*sizeof(UChar));
711 if (t->cmLookup->cPoints ==NULL) {
730 // cPoints is ordered by combining class value.
731 uprv_memcpy(t->cmLookup->cPoints+count, cm+(i<<8), index[i]*sizeof(UChar))
    [all...]
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 65 milliseconds