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

/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h57 uint32_t contrEndCP; /* hash table of final code points */ member in struct:__anon12004
/external/icu/icu4c/source/common/
H A Ducol_data.h57 uint32_t contrEndCP; /* hash table of final code points */ member in struct:__anon21792
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.h110 uint8_t *contrEndCP; member in struct:__anon12115
H A Ducol_elm.cpp210 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, elemen
[all...]
H A Ducol_imp.h133 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
928 const uint8_t *contrEndCP; /* Contraction ending chars hash table */ member in struct:UCollator
H A Ducol.cpp800 htbyte = coll->contrEndCP[hash>>3];
882 result->contrEndCP = (uint8_t *)result->image + result->image->contrEndCP;

Completed in 584 milliseconds