Home
last modified time | relevance | path

Searched defs:preIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dupdate_geocoding.cc74 int preIndex = isupdatedLanguageCodes ? FindLanguageCode(languageCode) : index; in UpdatePrefixDescriptions() local
96 int preIndex = 0; in UpdateLanguageCodes() local
176 int preIndex = 0; in ModifyPrefixDescriptions() local
244 int preIndex = isupdatedCountryCodes ? FindCountryCode(countryCode) : index; in UpdateCountryLanguages() local
265 int preIndex = 0; in UpdateCountryCodes() local
339 const char** const preIndex = std::lower_bound(preLanguageCodes, in FindLanguageCode() local
352 const int* const preIndex = std::lower_bound(preCountryCodes, in FindCountryCode() local
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp342 void TextLine::computeRoundRect(int& index, int& preIndex, std::vector<Run*>& groupRuns, Run* run) { in computeRoundRect()
414 int preIndex = -1; in prepareRoundRect() local