OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selFmt
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
selfmts.cpp
14
#include "unicode/
selfmt
.h"
97
SelectFormat*
selFmt
= new SelectFormat( SIMPLE_PATTERN , status);
109
selFmt
->applyPattern(checkSyntaxData[i], status);
117
selFmt
->applyPattern("odd{foo} odd{bar} other{foobar}", status);
120
selFmt
->format(UnicodeString("odd"), format_result, format_ignore, status);
123
selFmt
->applyPattern("odd{foo} other{bar} other{foobar}", status);
124
selFmt
->format(UnicodeString("other"), format_result, format_ignore, status);
127
delete
selFmt
;
128
selFmt
= NULL;
132
selFmt
= new SelectFormat( SIMPLE_PATTERN , status);
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp
14
#include "unicode/
selfmt
.h"
111
SelectFormat*
selFmt
= new SelectFormat( SIMPLE_PATTERN , status);
123
selFmt
->applyPattern(checkSyntaxData[i], status);
129
delete
selFmt
;
130
selFmt
= NULL;
134
selFmt
= new SelectFormat( SIMPLE_PATTERN , status);
148
selFmt
->applyPattern(patternTestData[i], status);
157
selFmt
->format( formatArgs[j], result , ignore , status);
181
delete
selFmt
;
182
selFmt
= NULL
[
all
...]
Completed in 38 milliseconds