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

  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp 214 t->cmLookup = NULL;
413 if (t->cmLookup != NULL) {
414 uprv_free(t->cmLookup->cPoints);
415 uprv_free(t->cmLookup);
704 t->cmLookup = (CombinClassTable *)uprv_malloc(sizeof(CombinClassTable));
705 if (t->cmLookup==NULL) {
709 t->cmLookup->cPoints=(UChar *)uprv_malloc(noOfCM*sizeof(UChar));
710 if (t->cmLookup->cPoints ==NULL) {
711 uprv_free(t->cmLookup);
712 t->cmLookup = NULL
    [all...]
ucol_elm.h 113 CombinClassTable *cmLookup; /* combining class lookup for tailoring. */
  /external/icu4c/i18n/
ucol_elm.cpp 215 t->cmLookup = NULL;
414 if (t->cmLookup != NULL) {
415 uprv_free(t->cmLookup->cPoints);
416 uprv_free(t->cmLookup);
705 t->cmLookup = (CombinClassTable *)uprv_malloc(sizeof(CombinClassTable));
706 if (t->cmLookup==NULL) {
710 t->cmLookup->cPoints=(UChar *)uprv_malloc(noOfCM*sizeof(UChar));
711 if (t->cmLookup->cPoints ==NULL) {
712 uprv_free(t->cmLookup);
713 t->cmLookup = NULL
    [all...]
ucol_elm.h 113 CombinClassTable *cmLookup; /* combining class lookup for tailoring. */

Completed in 45 milliseconds