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.cpp289 typesTried |= TRIED_SEARCH; in loadFromBundle()
301 typesTried |= TRIED_SEARCH; in loadFromBundle()
321 if((typesTried & TRIED_SEARCH) == 0 && in loadFromCollations()
324 typesTried |= TRIED_SEARCH; in loadFromCollations()
Ducol_imp.h83 static const uint32_t TRIED_SEARCH = 1; variable