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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 119 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
127 _staticUCA = newUCA;
128 newUCA = NULL;
134 if(newUCA != NULL) {
135 ucol_close(newUCA);
139 ucol_close(newUCA);
    [all...]
  /external/icu4c/i18n/
ucol_res.cpp 121 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
129 _staticUCA = newUCA;
130 newUCA = NULL;
136 if(newUCA != NULL) {
137 ucol_close(newUCA);
141 ucol_close(newUCA);
    [all...]

Completed in 29 milliseconds