feat: godot-engine-source-4.3-stable
This commit is contained in:
parent
c59a7dcade
commit
7125d019b5
11149 changed files with 5070401 additions and 0 deletions
28
engine/thirdparty/icu4c/common/unifunct.cpp
vendored
Normal file
28
engine/thirdparty/icu4c/common/unifunct.cpp
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
/*
|
||||
**********************************************************************
|
||||
* Copyright (c) 2002-2004, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
*/
|
||||
|
||||
#include "unicode/unifunct.h"
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(UnicodeFunctor)
|
||||
|
||||
UnicodeFunctor::~UnicodeFunctor() {}
|
||||
|
||||
UnicodeMatcher* UnicodeFunctor::toMatcher() const {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
UnicodeReplacer* UnicodeFunctor::toReplacer() const {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
//eof
|
||||
Loading…
Add table
Add a link
Reference in a new issue