Home
last modified time | relevance | path

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

/haiku/src/kits/locale/
H A DLocale.cpp147 BLocale::SetCollator(const BCollator& newCollator) in SetCollator() argument
153 fCollator = newCollator; in SetCollator()
/haiku/headers/os/locale/
H A DLocale.h38 void SetCollator(const BCollator& newCollator);
/haiku/docs/user/locale/
H A DLocale.dox172 \fn void BLocale::SetCollator(const BCollator& newCollator)
175 If unable to lock the BLocale \a newCollator is left untouched.
177 \param newCollator The collator to set.