Searched defs:no_time (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h143 virtual UBool setNotime( UBool no_time = TRUE );
304 UBool no_time; member in class:IntlTest
H A Dintltest.cpp543 no_time = FALSE;
595 UBool IntlTest::setNotime( UBool no_time )
597 UBool rval = this->no_time;
598 this->no_time = no_time;
755 if(!no_time) {
772 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart);
776 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart);
1174 UBool no_time = FALSE; local
1221 no_time
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h167 virtual UBool setNotime( UBool no_time = TRUE );
328 UBool no_time; member in class:IntlTest
H A Dintltest.cpp543 no_time = FALSE;
595 UBool IntlTest::setNotime( UBool no_time )
597 UBool rval = this->no_time;
598 this->no_time = no_time;
755 if(!no_time) {
772 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart);
776 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart);
1176 UBool no_time = FALSE; local
1223 no_time
[all...]
/external/chromium_org/components/omnibox/
H A Dsearch_provider.cc804 const base::Time no_time; local

Completed in 91 milliseconds