Searched refs:foundUsage (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/icu-small/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() 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() [all …]
|
D | units_data.h | 135 int32_t compareTo(const UnitPreferenceMetadata &other, bool *foundCategory, bool *foundUsage,
|
/third_party/skia/third_party/externals/icu/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() 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() [all …]
|
D | units_data.h | 135 int32_t compareTo(const UnitPreferenceMetadata &other, bool *foundCategory, bool *foundUsage,
|
/third_party/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() 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() [all …]
|
D | units_data.h | 135 int32_t compareTo(const UnitPreferenceMetadata &other, bool *foundCategory, bool *foundUsage,
|