Home
last modified time | relevance | path

Searched refs:strength (Results 1 – 25 of 78) sorted by relevance

1234

/haiku/src/tests/kits/locale/
H A DCollatorTest.cpp51 for (int32 strength = B_COLLATE_PRIMARY; strength < 4; strength++) { in TestSortKeys() local
53 collator.SetStrength(strength); in TestSortKeys()
58 CPPUNIT_ASSERT_EQUAL(tests[i].sign[strength - 1], difference); in TestSortKeys()
H A DcollatorTest.cpp126 int strength = B_COLLATE_SECONDARY; in main() local
145 int strength = c - '0'; in main() local
146 if (strength < B_COLLATE_PRIMARY) in main()
147 strength = B_COLLATE_PRIMARY; in main()
148 else if (strength > B_COLLATE_IDENTICAL) in main()
149 strength = B_COLLATE_IDENTICAL; in main()
163 gCollator = new BCollator(addon, strength, true); in main()
H A DcollatorSpeed.cpp50 test(BCollator *collator, const char *name, int8 strength) in test() argument
52 collator->SetDefaultStrength(strength); in test()
/haiku/src/kits/locale/
H A DCollator.cpp42 BCollator::BCollator(const char* locale, int8 strength, bool ignorePunctuation) in BCollator() argument
48 SetStrength(strength); in BCollator()
228 BCollator::SetStrength(int8 strength) const in SetStrength()
233 if (strength == B_COLLATE_DEFAULT) in SetStrength()
234 strength = B_COLLATE_TERTIARY; in SetStrength()
237 switch (strength) { in SetStrength()
/haiku/data/catalogs/preferences/appearance/
H A Den_CA.catkeys4 Reduce colored edges filter strength: AntialiasingSettingsView Reduce coloured edges filter streng…
H A Den_GB.catkeys2 Reduce colored edges filter strength: AntialiasingSettingsView Reduce coloured edges filter streng…
/haiku/docs/user/locale/
H A DCollator.dox48 \brief Construct a collator with the default locale and strength.
53 This constructor uses \c B_COLLATE_PRIMARY strength.
61 int8 strength = B_COLLATE_PRIMARY, bool ignorePunctuation = false)
62 \brief Construct a collator for the given \a locale and \a strength.
65 set the \a strength and choose if the collator should take
69 \param strength The collator class provide four level of \a strength.
124 \fn void BCollator::SetStrength(int8 strength)
125 \brief Set the \a strength of the collator.
127 \param strength The collator class provide four level of \a strength.
226 punctuation, depending on the \a strength used. Using
/haiku/headers/os/locale/
H A DCollator.h40 int8 strength = B_COLLATE_PRIMARY,
50 status_t SetStrength(int8 strength) const;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp508 void CMSP3430::SetSpatial(int strength, MSP3430_spatial_mode mode, MSP3430_spatial_highpass pass)
511 fSpatial = Clamp(0x00 + (0x7f * strength) / 100, -0x80, 0x7f) << 8;
569 void CMSP3430::SetMDB(int strength, int limit, int harmonic,
573 fMDBStrength = (mute ? 0x00 : Clamp(strength, 0x00, 0x7f)) << 7;
/haiku/data/catalogs/add-ons/translators/jpeg/
H A Dbe.catkeys11 Output smoothing strength JPEGTranslator Інтэнсыўнасць згладжвання
H A Del.catkeys12 Output smoothing strength JPEGTranslator Δύναμη εξομάλυνσης εξόδου
H A Dko.catkeys12 Output smoothing strength JPEGTranslator 출력 보정 강도
H A Dth.catkeys12 Output smoothing strength JPEGTranslator ความแข็งแรงของผลลัพธ์ที่ราบเรียบ
H A Dja.catkeys12 Output smoothing strength JPEGTranslator 出力スムージング強度
H A Duk.catkeys12 Output smoothing strength JPEGTranslator Cтупінь стиснення виводу
H A Dzh_Hans.catkeys12 Output smoothing strength JPEGTranslator 输出平滑强度
H A Dru.catkeys12 Output smoothing strength JPEGTranslator Степень сглаживания вывода
H A Dnl.catkeys12 Output smoothing strength JPEGTranslator Uitvoer verzachten sterkte
H A Did.catkeys12 Output smoothing strength JPEGTranslator Output menghaluskan penguatan
H A Dda.catkeys12 Output smoothing strength JPEGTranslator Udjævningsstyrke
H A Dde.catkeys12 Output smoothing strength JPEGTranslator Glättung
H A Dfi.catkeys12 Output smoothing strength JPEGTranslator Lähtötasoituksen vahvuus
H A Deo.catkeys12 Output smoothing strength JPEGTranslator Eligoglatiga severeco
H A Dpl.catkeys12 Output smoothing strength JPEGTranslator Moc wygładzania wyjścia
H A Dnb.catkeys12 Output smoothing strength JPEGTranslator Utgjevningsstyrke

1234