Lines Matching refs:foundUsage
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()
293 while (!foundUsage) { in getPreferenceMetadataIndex()
304 idx = binarySearch(metadata, desired, &foundCategory, &foundUsage, &foundRegion, status); in getPreferenceMetadataIndex()
308 U_ASSERT(foundUsage); in getPreferenceMetadataIndex()
312 … idx = binarySearch(metadata, desired, &foundCategory, &foundUsage, &foundRegion, status); in getPreferenceMetadataIndex()
321 U_ASSERT(foundUsage); in getPreferenceMetadataIndex()
351 bool *foundUsage, bool *foundRegion) const { in compareTo() argument
358 *foundUsage = true; in compareTo()