OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testAllProp
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/intltest/
tzfmttst.cpp
252
const char*
testAllProp
= getProperty("TimeZoneRoundTripAll");
253
UBool bTestAll = (
testAllProp
&& uprv_strcmp(
testAllProp
, "true") == 0);
/external/icu4c/test/intltest/
tzfmttst.cpp
456
const char*
testAllProp
= getProperty("TimeZoneRoundTripAll");
457
UBool bTestAll = (
testAllProp
&& uprv_strcmp(
testAllProp
, "true") == 0);
Completed in 27 milliseconds