Lines Matching refs:aLocale
51 Locale aLocale; member
133 pInsert->aLocale.Language = pNodes[nNode].copy(0, 2); in Load()
134 DBG_ASSERT(pInsert->aLocale.Language.getLength(), "illegal language"); in Load()
135 pInsert->aLocale.Country = pNodes[nNode].copy(3, 2); in Load()
175 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Language; in Commit()
176 DBG_ASSERT(pImpl->aForbiddenArr[i]->aLocale.Language.getLength(), "illegal language"); in Commit()
178 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Country; in Commit()
228 pRet[i] = pImpl->aForbiddenArr[i]->aLocale; in GetStartEndCharLocales()
241 if(rLocale.Language == pImpl->aForbiddenArr[i]->aLocale.Language && in GetStartEndChars()
242 rLocale.Country == pImpl->aForbiddenArr[i]->aLocale.Country) in GetStartEndChars()
261 if(rLocale.Language == pImpl->aForbiddenArr[i]->aLocale.Language && in SetStartEndChars()
262 rLocale.Country == pImpl->aForbiddenArr[i]->aLocale.Country) in SetStartEndChars()
277 pInsert->aLocale = rLocale; in SetStartEndChars()