Home | History | Annotate | Download | only in chrono

Lines Matching defs:of

6  * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
34 * * Redistributions of source code must retain the above copyright notice,
35 * this list of conditions and the following disclaimer.
38 * this list of conditions and the following disclaimer in the documentation
41 * * Neither the name of JSR-310 nor the names of its contributors
47 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
51 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
52 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
54 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
55 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
93 assertEquals(MinguoEra.of(eraValue), era);
117 assertEquals(era.range(ERA), ValueRange.of(0, 1));