Searched defs:GLUE_SYM (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/tools/multi/proj/provider/glue/ |
D | cal_fe.cpp | 75 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 …]
|
D | coll_fe.cpp | 135 GLUE_SYM ( Collator ) :: ~ GLUE_SYM(Collator) () { in GLUE_SYM() function 155 GLUE_SYM ( Collator ) :: create (const Locale &loc, const char */*ver*/) { in GLUE_SYM() function 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 214 CollationKey& GLUE_SYM ( Collator ) :: getCollationKey(const UnicodeString&, CollationKey&, UErrorC… in GLUE_SYM() function 222 CollationKey& GLUE_SYM ( Collator ) :: getCollationKey(const UChar*, int32_t, CollationKey&, UError… in GLUE_SYM() function 228 int32_t GLUE_SYM ( Collator ) :: hashCode() const { in GLUE_SYM() function 233 CONST_BEFORE_50_0_2 Locale GLUE_SYM ( Collator ) :: getLocale(ULocDataLocaleType, UErrorCode&) cons… in GLUE_SYM() function 239 GLUE_SYM ( Collator ) :: getStrength() const { in GLUE_SYM() function [all …]
|
D | date_fe.cpp | 71 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 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
|
/third_party/icu/tools/multi/proj/provider/glue/include/icuglue/ |
D | coll_fe.h | 20 class GLUE_SYM( GlueFECollator ) : public Collator { in GLUE_SYM() function
|