Home
last modified time | relevance | path

Searched refs:GLUE_VER (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/tools/multi/proj/provider/glue/
H A Dcal_fe.cpp37 #ifdef GLUE_VER
38 #error GLUE_VER is defined
41 #define GLUE_VER(x) class GLUE_SYM_V( Calendar, x ) : public Calendar { \ macro
71 #ifdef GLUE_VER
72 GLUE_VER( ICUGLUE_VER )
289 #if defined(GLUE_VER)
290 #undef GLUE_VER
292 #define GLUE_VER(x) debugfprintf((stderr,"%c/%c|%c/%c\n", icuver[0],(#x)[0],icuver[1],(#x)[2])); if(CMP_VERSTR(icuver, (#x))) { Calendar *c = new glue ## Calendar ## x (loc, status); debugfprintf((stderr, "VCalF::CC %s -> %p\n", loc.getName(), c)); return c; }
337 #if defined(GLUE_VER)
338 #undef GLUE_VER
[all...]
H A Ddate_fe.cpp31 #ifdef GLUE_VER
32 #error GLUE_VER is defined
35 #define GLUE_VER(x) class GLUE_SYM_V( DateFormat, x ) : public DateFormat { \ macro
67 #ifdef GLUE_VER
68 GLUE_VER( ICUGLUE_VER )
248 #if defined(GLUE_VER)
249 #undef GLUE_VER
251 #define GLUE_VER(x) /*printf("%c/%c|%c/%c\n", icuver[0],(#x)[0],icuver[1],(#x)[2]);*/ if(icuver[0]== (#x)[0] && icuver[1]==(#x)[2]) { DateFormat *c = glue ## DateFormat ## x :: create(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status,loc,icuver); /*fprintf(stderr, "VCF::CC %s -> %p\n", loc.getName(), c);*/ return c; }
273 #if defined(GLUE_VER)
274 #undef GLUE_VER
[all...]
H A Dcoll_fe.cpp49 #define GLUE_VER(x) class GLUE_SYM_V( Collator, x ) : public Collator { \ macro
130 /* Expand GLUE_VER to define the class */
131 #ifdef GLUE_VER
132 GLUE_VER( ICUGLUE_VER )
408 #if defined(GLUE_VER) in createCollator()
409 #undef GLUE_VER in createCollator() macro
412 #define GLUE_VER(x) \ in createCollator() macro
439 #if defined(GLUE_VER) in getSupportedIDs()
440 #undef GLUE_VER in getSupportedIDs() macro
442 #define GLUE_VER( in getSupportedIDs() macro
452 #undef GLUE_VER getSupportedIDs() macro
454 #define GLUE_VER getSupportedIDs() macro
[all...]
H A D_versionlist_.cpp20 #define GLUE_VER(x) puts("Version " # x ); macro
/third_party/icu/tools/multi/proj/provider/glue/include/icuglue/
H A Dfe_verlist.h18 #if defined(GLUE_VER)
19 #undef GLUE_VER macro
23 #define GLUE_VER(x) #x , macro
25 #undef GLUE_VER macro

Completed in 3 milliseconds