#include "unicode/utypes.h"
#if !UCONFIG_NO_REGULAR_EXPRESSIONS
#include "regeximp.h"
#include "unicode/utf16.h"
U_NAMESPACE_BEGIN
CaseFoldingUTextIterator::CaseFoldingUTextIterator(UText &text) : … { … }
CaseFoldingUTextIterator::~CaseFoldingUTextIterator() { … }
UChar32 CaseFoldingUTextIterator::next() { … }
UBool CaseFoldingUTextIterator::inExpansion() { … }
CaseFoldingUCharIterator::CaseFoldingUCharIterator(const char16_t *chars, int64_t start, int64_t limit) : … { … }
CaseFoldingUCharIterator::~CaseFoldingUCharIterator() { … }
UChar32 CaseFoldingUCharIterator::next() { … }
UBool CaseFoldingUCharIterator::inExpansion() { … }
int64_t CaseFoldingUCharIterator::getIndex() { … }
U_NAMESPACE_END
#endif