Home
last modified time | relevance | path

Searched defs:dtpgo (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_class.h44 #define DTPATTERNGEN_ERROR(dtpgo) (dtpgo)->err argument
45 #define DTPATTERNGEN_ERROR_P(dtpgo) &(DTPATTERNGEN_ERROR(dtpgo)) argument
47 #define DTPATTERNGEN_ERROR_CODE(dtpgo) INTL_ERROR_CODE(DTPATTERNGEN_ERROR(dtpgo)) argument
48 #define DTPATTERNGEN_ERROR_CODE_P(dtpgo) &(INTL_ERROR_CODE(DTPATTERNGEN_ERROR(dtpgo))) argument
H A Ddatepatterngenerator_methods.cpp37 IntlDatePatternGenerator_object* dtpgo; in dtpg_ctor() local

Completed in 7 milliseconds