Home
last modified time | relevance | path

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

/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Damcimporter.cpp248 QRegularExpression regionRx(QLatin1String("Region \\d")); in readEntry() local
249 QRegularExpressionMatch regionMatch = regionRx.match(s); in readEntry()
/dports/misc/tellico/tellico-3.4.2/src/fetch/
H A Dupcitemdbfetcher.cpp422 static const QRegularExpression regionRx(QLatin1String("Region [1-9]")); in parseTitleToken() local
423 QRegularExpressionMatch match = regionRx.match(token_); in parseTitleToken()
H A Damazonfetcher.cpp1052 static const QRegularExpression regionRx(QLatin1String("Region [1-9]")); in parseTitleToken() local
1053 QRegularExpressionMatch match = regionRx.match(token_); in parseTitleToken()