Searched refs:nTextLen1 (Results 1 – 1 of 1) sorted by relevance
346 sal_uInt16 nPortionCount, nTextLen1, nTextLen2; in importPortions() local347 rStrm >> nPortionCount >> nTextLen1 >> nTextLen2; in importPortions()348 …OSL_ENSURE( nTextLen1 == nTextLen2, "PhoneticPortionModelList::importPortions - wrong phonetic tex… in importPortions()349 if( (nTextLen1 == nTextLen2) && (nTextLen1 > 0) ) in importPortions()351 sal_Int32 nMinSize = 2 * nTextLen1 + 6 * nPortionCount + 14; in importPortions()355 aPhoneticText = rStrm.readUnicodeArray( nTextLen1 ); in importPortions()
Completed in 12 milliseconds