Lines Matching refs:GetValueToUse

96     private boolean GetValueToUse(   in GetValueToUse()  method in SampleHyphenator
135 private short GetValueToUse( in GetValueToUse() method in SampleHyphenator
223 …boolean bIsIgnoreControlCharacters = GetValueToUse( "IsIgnoreControlCharacters", true, aPropertie… in hyphenate()
224 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in hyphenate()
225 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in hyphenate()
226 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in hyphenate()
227 … short nHyphMinTrailing = GetValueToUse( "HyphMinTrailing", (short)2, aProperties ); in hyphenate()
228 … short nHyphMinWordLen = GetValueToUse( "HyphMinWordLength", (short)5, aProperties ); in hyphenate()
304 …boolean bIsIgnoreControlCharacters = GetValueToUse( "IsIgnoreControlCharacters", true, aPropertie… in queryAlternativeSpelling()
305 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in queryAlternativeSpelling()
306 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in queryAlternativeSpelling()
307 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in queryAlternativeSpelling()
308 … short nHyphMinTrailing = GetValueToUse( "HyphMinTrailing", (short)2, aProperties ); in queryAlternativeSpelling()
309 … short nHyphMinWordLen = GetValueToUse( "HyphMinWordLength", (short)5, aProperties ); in queryAlternativeSpelling()
353 …boolean bIsIgnoreControlCharacters = GetValueToUse( "IsIgnoreControlCharacters", true, aPropertie… in createPossibleHyphens()
354 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in createPossibleHyphens()
355 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in createPossibleHyphens()
356 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in createPossibleHyphens()
357 … short nHyphMinTrailing = GetValueToUse( "HyphMinTrailing", (short)2, aProperties ); in createPossibleHyphens()
358 … short nHyphMinWordLen = GetValueToUse( "HyphMinWordLength", (short)5, aProperties ); in createPossibleHyphens()