]>
git.saurik.com Git - apple/icu.git/blob - icuSources/i18n/sharedbreakiterator.cpp
2 *******************************************************************************
3 * Copyright (C) 2013-2014, International Business Machines Corporation and *
4 * others. All Rights Reserved. *
5 *******************************************************************************
7 * File RELDATEFMTTEST.CPP
9 *******************************************************************************
11 #include "sharedbreakiterator.h"
12 #include "unicode/brkiter.h"
14 #if !UCONFIG_NO_BREAK_ITERATION
18 SharedBreakIterator::SharedBreakIterator(
19 BreakIterator
*biToAdopt
) : ptr(biToAdopt
) { }
21 SharedBreakIterator::~SharedBreakIterator() {
27 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */