OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgfmt
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
dd.c
89
const char *
msgfmt
= "posix"; /* default summary() message format */
variable
/external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp
26
#include "unicode/
msgfmt
.h"
610
MessageFormat*
msgFmt
= new MessageFormat(t5, Locale("fr"), err);
614
delete
msgFmt
;
619
msgFmt
->format(&testArgs3, 1, argNameResult, ignore, err);
627
delete
msgFmt
;
632
MessageFormat
msgFmt
(UNICODE_STRING_SIMPLE(
643
&
msgFmt
, args, 2, expected,
647
void TestMessageFormat::internalFormat(MessageFormat*
msgFmt
,
656
msgFmt
->format( args , numOfArgs , result, ignore, status);
672
MessageFormat*
msgFmt
= new MessageFormat(pattern, locale, status)
1729
MessageFormat *
msgfmt
= new MessageFormat(testformat, Locale("fr"), status);
local
[
all
...]
/external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp
26
#include "unicode/
msgfmt
.h"
610
MessageFormat*
msgFmt
= new MessageFormat(t5, Locale("fr"), err);
614
delete
msgFmt
;
619
msgFmt
->format(&testArgs3, 1, argNameResult, ignore, err);
627
delete
msgFmt
;
632
MessageFormat
msgFmt
(UNICODE_STRING_SIMPLE(
643
&
msgFmt
, args, 2, expected,
647
void TestMessageFormat::internalFormat(MessageFormat*
msgFmt
,
656
msgFmt
->format( args , numOfArgs , result, ignore, status);
672
MessageFormat*
msgFmt
= new MessageFormat(pattern, locale, status)
1729
MessageFormat *
msgfmt
= new MessageFormat(testformat, Locale("fr"), status);
local
[
all
...]
Completed in 275 milliseconds