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

/external/chromium_org/third_party/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))
/external/chromium_org/third_party/libxml/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))
/external/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 383 milliseconds