Searched refs:nlStatus (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | dcfmtsym.cpp | 226 UErrorCode nlStatus = U_ZERO_ERROR; in initialize() local 229 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus); in initialize() 230 … nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &nlStatus); in initialize()
|
/external/icu4c/i18n/ |
D | dcfmtsym.cpp | 237 UErrorCode nlStatus = U_ZERO_ERROR; in initialize() local 240 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus); in initialize() 241 … nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &nlStatus); in initialize()
|