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

  /external/icu/icu4c/source/common/
ucol_data.h 57 uint32_t contrEndCP; /* hash table of final code points */
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 110 uint8_t *contrEndCP;
ucol_elm.cpp 208 t->contrEndCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
210 if (t->contrEndCP == NULL) {
214 uprv_memset(t->contrEndCP, 0, UCOL_UNSAFECP_TABLE_SIZE);
360 if(t->contrEndCP != NULL) {
361 r->contrEndCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
363 if (r->contrEndCP == NULL) {
367 uprv_memcpy(r->contrEndCP, t->contrEndCP, UCOL_UNSAFECP_TABLE_SIZE);
412 uprv_free(t->contrEndCP);
878 // ContrEndCPSet(t->contrEndCP, element->cPoints[0])
    [all...]
ucol_imp.h 129 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
    [all...]
ucol.cpp 811 htbyte = coll->contrEndCP[hash>>3];
886 result->contrEndCP = (uint8_t *)result->image + result->image->contrEndCP;
    [all...]

Completed in 1409 milliseconds