OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlStatus
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp
226
UErrorCode
nlStatus
= U_ZERO_ERROR;
229
nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &
nlStatus
);
230
nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &
nlStatus
);
/external/icu4c/i18n/
dcfmtsym.cpp
237
UErrorCode
nlStatus
= U_ZERO_ERROR;
240
nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &
nlStatus
);
241
nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &
nlStatus
);
Completed in 23 milliseconds