Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 /*
2 **********************************************************************
3 * Copyright (C) 2003-2003, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 */
8 #include "unicode/parsepos.h"
10 U_NAMESPACE_BEGIN
12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ParsePosition)
14 ParsePosition::~ParsePosition() {}
16 ParsePosition *
17 ParsePosition::clone() const {
18 return new ParsePosition(*this);
19 }
21 U_NAMESPACE_END