OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgFmt
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
tmsgfmt.h
15
#include "unicode/
msgfmt
.h"
71
void internalFormat(MessageFormat*
msgFmt
,
tmsgfmt.cpp
25
#include "unicode/
msgfmt
.h"
600
MessageFormat*
msgFmt
= new MessageFormat(t5, Locale("fr"), err);
604
delete
msgFmt
;
609
msgFmt
->format(&testArgs3, 1, argNameResult, ignore, err);
617
delete
msgFmt
;
620
void TestMessageFormat::internalFormat(MessageFormat*
msgFmt
,
629
msgFmt
->format( args , numOfArgs , result, ignore, status);
645
MessageFormat*
msgFmt
= new MessageFormat(pattern, locale, status);
651
return
msgFmt
;
1562
MessageFormat *
msgfmt
= new MessageFormat(testformat, Locale("fr"), status);
local
[
all
...]
Completed in 412 milliseconds