]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/parsepos.cpp
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2003-2003, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
10 #include "unicode/parsepos.h"
14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ParsePosition
)
16 ParsePosition::~ParsePosition() {}
19 ParsePosition::clone() const {
20 return new ParsePosition(*this);