Home
last modified time | relevance | path

Searched refs:TRIED_SEARCH (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducol_res.cpp293 typesTried |= TRIED_SEARCH; in loadFromBundle()
305 typesTried |= TRIED_SEARCH; in loadFromBundle()
325 if((typesTried & TRIED_SEARCH) == 0 && in loadFromCollations()
328 typesTried |= TRIED_SEARCH; in loadFromCollations()
Ducol_imp.h85 static const uint32_t TRIED_SEARCH = 1; variable