Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Ddicimp.cxx120 ByteString aTagValue; in ReadDicVersion() local
126 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 14 milliseconds