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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 113 CombinClassTable *cmLookup; /* combining class lookup for tailoring. */
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...]
  /external/icu4c/i18n/
ucol_elm.h 113 CombinClassTable *cmLookup; /* combining class lookup for tailoring. */
ucol_elm.cpp 217 t->cmLookup = NULL;
416 if (t->cmLookup != NULL) {
417 uprv_free(t->cmLookup->cPoints);
418 uprv_free(t->cmLookup);
707 t->cmLookup = (CombinClassTable *)uprv_malloc(sizeof(CombinClassTable));
708 if (t->cmLookup==NULL) {
712 t->cmLookup->cPoints=(UChar *)uprv_malloc(noOfCM*sizeof(UChar));
713 if (t->cmLookup->cPoints ==NULL) {
714 uprv_free(t->cmLookup);
715 t->cmLookup = NULL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 182 milliseconds