Home
last modified time | relevance | path

Searched refs:MessageFormat (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/locale/
H A DStringFormat.h20 class MessageFormat; variable
40 U_ICU_NAMESPACE::MessageFormat* fFormatter;
/haiku/src/kits/locale/
H A DStringFormat.cpp85 fFormatter = new MessageFormat(pattern, *icuLocale, error); in _Initialize()