Kaydet (Commit) 9650bd95 authored tarafından Eike Rathke's avatar Eike Rathke

sync from possible intermediate steps

Change-Id: Ifeb670356184b1f613ad85705fded848072416b1
üst 01949005
......@@ -938,6 +938,8 @@ void LanguageTag::convertBcp47ToLang()
{
LanguageTagImpl* pImpl = getImpl();
pImpl->convertBcp47ToLang();
maLocale = pImpl->maLocale;
mbInitializedLocale = pImpl->mbInitializedLocale;
mnLangID = pImpl->mnLangID;
mbInitializedLangID = pImpl->mbInitializedLangID;
}
......@@ -978,6 +980,8 @@ void LanguageTag::convertLangToBcp47()
{
LanguageTagImpl* pImpl = getImpl();
pImpl->convertLangToBcp47();
maLocale = pImpl->maLocale;
mbInitializedLocale = pImpl->mbInitializedLocale;
maBcp47 = pImpl->maBcp47;
mbInitializedBcp47 = pImpl->mbInitializedBcp47;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment