Searched refs:VALID_TZO (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c146 #define VALID_TZO(tzo) ((tzo > -1440) && (tzo < 1440)) macro
172 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
600 if (!VALID_TZO(dt->tzo))
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemastypes.c1118 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840)) macro
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo)))
1444 if (!VALID_TZO(dt->tzo))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c1118 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840)) macro
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo)))
1444 if (!VALID_TZO(dt->tzo))

Completed in 133 milliseconds