OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmf_en
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp
160
TimeUnitFormat*
tmf_en
= new TimeUnitFormat(Locale("en"), status);
local
165
assertTrue("TimeUnitFormat: en and fr diff", (*
tmf_en
!= tmf_fr));
167
TimeUnitFormat tmf_assign = *
tmf_en
;
168
assertTrue("TimeUnitFormat: orig and assign are equal", (*
tmf_en
== tmf_assign));
173
TimeUnitFormat* tmf_clone = (TimeUnitFormat*)
tmf_en
->clone();
174
assertTrue("TimeUnitFormat: orig and clone are equal", (*
tmf_en
== *tmf_clone));
177
tmf_en
->setLocale(Locale("fr"), status);
183
tmf_en
->setNumberFormat(*numberFmt, status);
185
assertTrue("TimeUnitFormat: setLocale", (*
tmf_en
== tmf_fr));
187
delete
tmf_en
;
[
all
...]
/external/icu4c/test/intltest/
tufmtts.cpp
161
TimeUnitFormat*
tmf_en
= new TimeUnitFormat(Locale("en"), status);
local
166
assertTrue("TimeUnitFormat: en and fr diff", (*
tmf_en
!= tmf_fr));
168
TimeUnitFormat tmf_assign = *
tmf_en
;
169
assertTrue("TimeUnitFormat: orig and assign are equal", (*
tmf_en
== tmf_assign));
174
TimeUnitFormat* tmf_clone = (TimeUnitFormat*)
tmf_en
->clone();
175
assertTrue("TimeUnitFormat: orig and clone are equal", (*
tmf_en
== *tmf_clone));
178
tmf_en
->setLocale(Locale("fr"), status);
184
tmf_en
->setNumberFormat(*numberFmt, status);
186
assertTrue("TimeUnitFormat: setLocale", (*
tmf_en
== tmf_fr));
188
delete
tmf_en
;
[
all
...]
Completed in 294 milliseconds