OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selFmt1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp
135
//SelectFormat*
selFmt1
= new SelectFormat( SIMPLE_PATTERN , status);
266
SelectFormat*
selFmt1
= new SelectFormat( SIMPLE_PATTERN , status1);
273
if(
selFmt1
->getDynamicClassID() !=SelectFormat::getStaticClassID()) {
281
selFmt1
->applyPattern( pattern, status1);
286
selFmt1
->toPattern( checkPattern);
299
selFmt1
->format( keyWord, result , ignore , status1);
314
selFmt1
->format( testArgs, result1 , ignore , status1);
325
delete
selFmt1
;
/external/icu4c/test/intltest/
selfmts.cpp
133
//SelectFormat*
selFmt1
= new SelectFormat( SIMPLE_PATTERN , status);
268
SelectFormat*
selFmt1
= new SelectFormat( SIMPLE_PATTERN , status1);
275
if(
selFmt1
->getDynamicClassID() !=SelectFormat::getStaticClassID()) {
283
selFmt1
->applyPattern( pattern, status1);
288
selFmt1
->toPattern( checkPattern);
301
selFmt1
->format( keyWord, result , ignore , status1);
316
selFmt1
->format( testArgs, result1 , ignore , status1);
327
delete
selFmt1
;
Completed in 1447 milliseconds