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

  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 227 UResourceBundle *nonLatnSymbols = NULL;
229 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus);
230 nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &nlStatus);
242 sym = ures_getStringByKeyWithFallback(nonLatnSymbols,gNumberElementKeys[i],&len,&localStatus);
266 ures_close(nonLatnSymbols);
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 245 LocalUResourceBundlePointer nonLatnSymbols;
247 nonLatnSymbols.adoptInstead(
249 ures_getByKeyWithFallback(nonLatnSymbols.getAlias(), gSymbols, nonLatnSymbols.getAlias(), &nlStatus);
262 sym = ures_getStringByKeyWithFallback(nonLatnSymbols.getAlias(),

Completed in 68 milliseconds