Searched refs:foundUsage (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | units_data.cpp | 232 const UnitPreferenceMetadata &desired, bool *foundCategory, bool *foundUsage, in binarySearch() argument 238 *foundUsage = 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() 289 while (!foundUsage) { in getPreferenceMetadataIndex() 300 idx = binarySearch(metadata, desired, &foundCategory, &foundUsage, &foundRegion, status); in getPreferenceMetadataIndex() 304 U_ASSERT(foundUsage); in getPreferenceMetadataIndex() 308 … idx = binarySearch(metadata, desired, &foundCategory, &foundUsage, &foundRegion, status); in getPreferenceMetadataIndex() 317 U_ASSERT(foundUsage); in getPreferenceMetadataIndex() [all …]
|
D | units_data.h | 151 int32_t compareTo(const UnitPreferenceMetadata &other, bool *foundCategory, bool *foundUsage,
|
/external/icu/libicu/cts_headers/ |
D | units_data.h | 151 int32_t compareTo(const UnitPreferenceMetadata &other, bool *foundCategory, bool *foundUsage,
|