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

  /external/icu4c/common/
ucol_data.h 56 uint32_t unsafeCP; /* hash table of unsafe code points */
  /external/chromium_org/third_party/icu/source/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 879 result->unsafeCP = (uint8_t *)result->image + result->image->unsafeCP;
    [all...]
  /external/icu4c/i18n/
ucol_elm.h 109 uint8_t *unsafeCP;
ucol_elm.cpp 205 t->unsafeCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
207 if (t->unsafeCP == NULL) {
215 uprv_memset(t->unsafeCP, 0, UCOL_UNSAFECP_TABLE_SIZE);
352 if(t->unsafeCP != NULL) {
353 r->unsafeCP = (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
355 if (r->unsafeCP == NULL) {
359 uprv_memcpy(r->unsafeCP, t->unsafeCP, UCOL_UNSAFECP_TABLE_SIZE);
413 uprv_free(t->unsafeCP);
741 /* 1. to the UnsafeCP hash table, add all chars with combining class != 0 *
    [all...]
ucol_imp.h 132 * uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
    [all...]
ucol.cpp     [all...]

Completed in 46 milliseconds