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

/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Ddate.c145 #define VALID_TZO(tzo) ((tzo > -1440) && (tzo < 1440)) macro
171 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
599 if (!VALID_TZO(dt->tzo))
/haiku-fatelf/src/tools/docbook/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))

Completed in 115 milliseconds