Home
last modified time | relevance | path

Searched refs:indexForCountry (Results 1 – 1 of 1) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlUtils.cpp539 int indexForCountry = value.indexOf('-'); in ST_Lang_to_languageAndCountry() local
540 if (indexForCountry <= 0) in ST_Lang_to_languageAndCountry()
542 indexForCountry++; in ST_Lang_to_languageAndCountry()
543 language = value.left(indexForCountry - 1); in ST_Lang_to_languageAndCountry()
544 country = value.mid(indexForCountry); in ST_Lang_to_languageAndCountry()