Lines Matching refs:aProperties
156 PropertyValue[] aProperties ) in GetSpellFailure() argument
162 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetSpellFailure()
196 PropertyValue[] aProperties ) in GetProposals() argument
205 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetProposals()
206 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in GetProposals()
207 boolean bIsSpellUpperCase = GetValueToUse( "IsSpellUpperCase", false, aProperties ); in GetProposals()
208 … boolean bIsSpellCapitalization = GetValueToUse( "IsSpellCapitalization", true, aProperties ); in GetProposals()
284 PropertyValue[] aProperties ) in isValid() argument
300 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in isValid()
301 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in isValid()
302 boolean bIsSpellUpperCase = GetValueToUse( "IsSpellUpperCase", false, aProperties ); in isValid()
303 … boolean bIsSpellCapitalization = GetValueToUse( "IsSpellCapitalization", true, aProperties ); in isValid()
305 short nFailure = GetSpellFailure( aWord, aLocale, aProperties ); in isValid()
323 PropertyValue[] aProperties ) in spell() argument
336 if (!isValid( aWord, aLocale, aProperties )) in spell()
338 xRes = GetProposals( aWord, aLocale, aProperties ); in spell()