Searched refs:foundRegion (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | units_data.cpp | 233 bool *foundRegion, UErrorCode &status) { in binarySearch() argument 239 *foundRegion = false; in binarySearch() 242 int32_t cmp = (*metadata)[mid]->compareTo(desired, foundCategory, foundUsage, foundRegion); in binarySearch() 279 bool foundCategory, foundUsage, foundRegion; in getPreferenceMetadataIndex() local 281 … int32_t idx = binarySearch(metadata, desired, &foundCategory, &foundUsage, &foundRegion, status); in getPreferenceMetadataIndex() 300 idx = binarySearch(metadata, desired, &foundCategory, &foundUsage, &foundRegion, status); in getPreferenceMetadataIndex() 305 if (!foundRegion) { in getPreferenceMetadataIndex() 308 … idx = binarySearch(metadata, desired, &foundCategory, &foundUsage, &foundRegion, status); in getPreferenceMetadataIndex() 310 if (!foundRegion) { in getPreferenceMetadataIndex() 318 U_ASSERT(foundRegion); in getPreferenceMetadataIndex() [all …]
|
D | units_data.h | 152 bool *foundRegion) const;
|
/external/icu/libicu/cts_headers/ |
D | units_data.h | 152 bool *foundRegion) const;
|