Searched refs:aTagValue (Results 1 – 1 of 1) sorted by relevance
120 ByteString aTagValue; in ReadDicVersion() local126 if (getTag(aLine, "lang: ", aTagValue)) in ReadDicVersion()128 if (aTagValue == "<none>") in ReadDicVersion()131 nLng = MsLangId::convertIsoStringToLanguage(OUString(aTagValue.GetBuffer(), in ReadDicVersion()132 aTagValue.Len(), RTL_TEXTENCODING_ASCII_US)); in ReadDicVersion()136 if (getTag(aLine, "type: ", aTagValue)) in ReadDicVersion()138 if (aTagValue == "negative") in ReadDicVersion()
Completed in 185 milliseconds