Home
last modified time | relevance | path

Searched refs:GLUE_SYM (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/tools/multi/proj/provider/glue/
Dcoll_fe.cpp135 GLUE_SYM ( Collator ) :: ~ GLUE_SYM(Collator) () { in GLUE_SYM() function
144 GLUE_SYM ( glue_calcSortKey) (const UCollator *coll,
155 GLUE_SYM ( Collator ) :: create (const Locale &loc, const char */*ver*/) { in GLUE_SYM() function
168 Collator *c = new GLUE_SYM( Collator ) ( uc ); in GLUE_SYM()
175 UOBJECT_DEFINE_RTTI_IMPLEMENTATION( GLUE_SYM( Collator ) ) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
177 Collator* GLUE_SYM ( Collator ) :: clone() const { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
187 Collator *c = new GLUE_SYM( Collator ) ( clc ); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
196 UCollationResult GLUE_SYM ( Collator ) :: compare(const UnicodeString&, const UnicodeString&, UErro… in GLUE_SYM() function
201 UCollationResult GLUE_SYM ( Collator ) :: compare(const UnicodeString&, const UnicodeString&, int32… in GLUE_SYM() function
206 UCollationResult GLUE_SYM ( Collator ) :: compare(const UChar* s, int32_t sl, const UChar* d , int3… in GLUE_SYM() function
[all …]
Dcal_fe.cpp75 GLUE_SYM (Calendar ) :: GLUE_SYM(Calendar) ( const Locale& loc, UErrorCode& status ) : in GLUE_SYM() function
86 GLUE_SYM ( Calendar ) :: ~ GLUE_SYM(Calendar) () { in GLUE_SYM() function
94 UBool GLUE_SYM ( Calendar ) :: haveDefaultCentury() const { in GLUE_SYM() function
97 UDate GLUE_SYM ( Calendar ) :: defaultCenturyStart() const { in GLUE_SYM() function
100 int32_t GLUE_SYM ( Calendar ) :: handleGetExtendedYear() { in GLUE_SYM() function
103 const char * GLUE_SYM ( Calendar ) :: getType() const { in GLUE_SYM() function
106 UBool GLUE_SYM ( Calendar ) :: inDaylightTime(UErrorCode& status) const { in GLUE_SYM() function
109 int32_t GLUE_SYM ( Calendar ) :: defaultCenturyStartYear() const { in GLUE_SYM() function
112 int32_t GLUE_SYM ( Calendar ) :: handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMon… in GLUE_SYM() function
116 int32_t GLUE_SYM ( Calendar ) :: handleGetLimit(UCalendarDateFields field, ELimitType limitType) co… in GLUE_SYM() function
[all …]
Ddate_fe.cpp71 GLUE_SYM (DateFormat ) :: GLUE_SYM(DateFormat) ( UDateFormat* tn) : in GLUE_SYM() function
79 GLUE_SYM ( DateFormat ) :: ~ GLUE_SYM(DateFormat) () { in GLUE_SYM() function
87 GLUE_SYM ( DateFormat ) :: create(UDateFormatStyle timeStyle, in GLUE_SYM() function
106 DateFormat *c = new GLUE_SYM( DateFormat ) ( uc ); in GLUE_SYM()
113 UnicodeString& GLUE_SYM (DateFormat ) :: format( Calendar& cal, UnicodeString& appendTo, FieldPosi… in GLUE_SYM() function
140 void GLUE_SYM (DateFormat ) :: parse( const UnicodeString& text, Calendar& cal, ParsePosition& pos… in GLUE_SYM() function
145 Format* GLUE_SYM (DateFormat ) :: clone(void) const in GLUE_SYM() function
152 int32_t GLUE_SYM ( DateFormat ) :: countAvailable() { in GLUE_SYM() function
158 int32_t GLUE_SYM ( DateFormat ) :: appendAvailable(UnicodeString* strs, int32_t i, int32_t /*count*… in GLUE_SYM() function
182 UOBJECT_DEFINE_RTTI_IMPLEMENTATION( GLUE_SYM( DateFormat ) )
/third_party/icu/tools/multi/proj/provider/glue/include/icuglue/
Dcoll_be.h22 void * GLUE_SYM(ucol_open) (const char *locale);
23 void * GLUE_SYM(ucol_close) (void *coll);
24 void * GLUE_SYM(
Dcoll_fe.h20 class GLUE_SYM( GlueFECollator ) : public Collator { in GLUE_SYM() function