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

  /external/icu4c/common/
ucol_data.h 57 uint32_t contrEndCP; /* hash table of final code points */
  /external/icu4c/i18n/
ucol_elm.h 110 uint8_t *contrEndCP;
ucol_elm.cpp 210 t->contrEndCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
212 if (t->contrEndCP == NULL) {
216 uprv_memset(t->contrEndCP, 0, UCOL_UNSAFECP_TABLE_SIZE);
362 if(t->contrEndCP != NULL) {
363 r->contrEndCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
365 if (r->contrEndCP == NULL) {
369 uprv_memcpy(r->contrEndCP, t->contrEndCP, UCOL_UNSAFECP_TABLE_SIZE);
414 uprv_free(t->contrEndCP);
887 // ContrEndCPSet(t->contrEndCP, element->cPoints[0])
    [all...]
ucol_imp.h 133 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
    [all...]
ucol.cpp 882 htbyte = coll->contrEndCP[hash>>3];
    [all...]

Completed in 170 milliseconds