Home
last modified time | relevance | path

Searched refs:CodePointMatcherWarehouse (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.h67 class U_I18N_API CodePointMatcherWarehouse : public UMemory {
73 CodePointMatcherWarehouse();
78 ~CodePointMatcherWarehouse();
80 CodePointMatcherWarehouse(CodePointMatcherWarehouse&& src) U_NOEXCEPT;
82 CodePointMatcherWarehouse& operator=(CodePointMatcherWarehouse&& src) U_NOEXCEPT;
146 CodePointMatcherWarehouse fCodePoints;
Dnumparse_affixes.cpp129 CodePointMatcherWarehouse::CodePointMatcherWarehouse() in CodePointMatcherWarehouse() function in CodePointMatcherWarehouse
132 CodePointMatcherWarehouse::~CodePointMatcherWarehouse() { in ~CodePointMatcherWarehouse()
139 CodePointMatcherWarehouse::CodePointMatcherWarehouse(CodePointMatcherWarehouse&& src) U_NOEXCEPT in CodePointMatcherWarehouse() function in CodePointMatcherWarehouse
145 CodePointMatcherWarehouse&
146 CodePointMatcherWarehouse::operator=(CodePointMatcherWarehouse&& src) U_NOEXCEPT { in operator =()
154 NumberParseMatcher& CodePointMatcherWarehouse::nextCodePointMatcher(UChar32 cp) { in nextCodePointMatcher()