OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmunit
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/test/intltest/
tufmtts.cpp
10
#include "unicode/
tmunit
.h"
104
TimeUnit*
tmunit
= TimeUnit::createInstance(TimeUnit::UTIMEUNIT_YEAR, status);
local
107
TimeUnit* another = (TimeUnit*)
tmunit
->clone();
108
TimeUnit third(*
tmunit
);
111
assertTrue("orig and clone are equal", (*
tmunit
== *another));
115
assertTrue("year != month", (*
tmunit
!= *tmunit_m));
120
delete
tmunit
;
/external/icu4c/test/hdrtst/
cxxfiles.txt
84
tmunit
.h
/external/icu4c/i18n/
tmunit.cpp
10
#include "unicode/
tmunit
.h"
Android.mk
70
tmunit
.cpp tmutamt.cpp tmutfmt.cpp \
Makefile.in
84
tmunit
.o tmutamt.o tmutfmt.o colldata.o bmsearch.o bms.o currpinf.o \
i18n.vcxproj.filters
261
<ClCompile Include="
tmunit
.cpp">
924
<CustomBuild Include="unicode\
tmunit
.h">
i18n.vcxproj
330
<ClCompile Include="
tmunit
.cpp" />
[
all
...]
/external/icu4c/i18n/unicode/
tmutamt.h
18
#include "unicode/
tmunit
.h"
tmutfmt.h
22
#include "unicode/
tmunit
.h"
Completed in 431 milliseconds