OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roundtriptest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
utmstest.c
100
static void
roundTripTest
(int64_t value, UDateTimeScale scale)
173
roundTripTest
(fromMin, (UDateTimeScale)scale);
174
roundTripTest
(fromMax, (UDateTimeScale)scale);
343
roundTripTest
(value, (UDateTimeScale)scale);
/external/icu4c/test/cintltst/
utmstest.c
100
static void
roundTripTest
(int64_t value, UDateTimeScale scale)
173
roundTripTest
(fromMin, (UDateTimeScale)scale);
174
roundTripTest
(fromMax, (UDateTimeScale)scale);
343
roundTripTest
(value, (UDateTimeScale)scale);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py
22
roundtriptest
= 1 # set if roundtrip is possible with unicode
variable in class:TestBase
42
if self.
roundtriptest
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py
22
roundtriptest
= 1 # set if roundtrip is possible with unicode
variable in class:TestBase
42
if self.
roundtriptest
:
Completed in 503 milliseconds