1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| #include "il2cpp-config.h"
| #include "Normalization.h"
| #include "icalls/mscorlib/Mono.Globalization.Unicode/Normalization.h"
|
| namespace il2cpp
| {
| namespace icalls
| {
| namespace mscorlib
| {
| namespace System
| {
| namespace Text
| {
| void Normalization::load_normalization_resource(intptr_t* props, intptr_t* mappedChars, intptr_t* charMapIndex, intptr_t* helperIndex, intptr_t* mapIdxToComposite, intptr_t* combiningClass)
| {
| icalls::mscorlib::Mono::Globalization::Unicode::Normalization::load_normalization_resource(props, mappedChars, charMapIndex, helperIndex, mapIdxToComposite, combiningClass);
| }
| } // namespace Text
| } // namespace System
| } // namespace mscorlib
| } // namespace icalls
| } // namespace il2cpp
|
|