Searched defs:equivalentYearForDST (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DDateMath.cpp364 int equivalentYearForDST(int year) function in namespace:WTF
466 int equivalentYear = equivalentYearForDST(year);
487 equivalentYearForDST(2000); // Need to call once to initialize a static used in this function.

Completed in 53 milliseconds