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

  /external/icu4c/i18n/
ucol_elm.h 109 uint8_t *unsafeCP;
ucol_elm.cpp 203 t->unsafeCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
205 if (t->unsafeCP == NULL) {
213 uprv_memset(t->unsafeCP, 0, UCOL_UNSAFECP_TABLE_SIZE);
350 if(t->unsafeCP != NULL) {
351 r->unsafeCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
353 if (r->unsafeCP == NULL) {
357 uprv_memcpy(r->unsafeCP, t->unsafeCP, UCOL_UNSAFECP_TABLE_SIZE);
411 uprv_free(t->unsafeCP);
739 /* 1. to the UnsafeCP hash table, add all chars with combining class != 0 *
    [all...]
ucol_imp.h 128 * uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
    [all...]
ucol.cpp 930 result->unsafeCP = (uint8_t *)result->image + result->image->unsafeCP;
    [all...]

Completed in 61 milliseconds