Searched refs:CodePointMatcherWarehouse (Results 1 – 2 of 2) sorted by relevance
67 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;
129 CodePointMatcherWarehouse::CodePointMatcherWarehouse() in CodePointMatcherWarehouse() function in CodePointMatcherWarehouse132 CodePointMatcherWarehouse::~CodePointMatcherWarehouse() { in ~CodePointMatcherWarehouse()139 CodePointMatcherWarehouse::CodePointMatcherWarehouse(CodePointMatcherWarehouse&& src) U_NOEXCEPT in CodePointMatcherWarehouse() function in CodePointMatcherWarehouse145 CodePointMatcherWarehouse&146 CodePointMatcherWarehouse::operator=(CodePointMatcherWarehouse&& src) U_NOEXCEPT { in operator =()154 NumberParseMatcher& CodePointMatcherWarehouse::nextCodePointMatcher(UChar32 cp) { in nextCodePointMatcher()