1 /* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #ifndef OHOS_GLOBAL_I18N_INTL_TEST_H 17 #define OHOS_GLOBAL_I18N_INTL_TEST_H 18 19 namespace OHOS { 20 namespace Global { 21 namespace I18n { 22 int IntlFuncTest001(void); 23 int IntlFuncTest002(void); 24 int IntlFuncTest003(void); 25 int IntlFuncTest004(void); 26 int IntlFuncTest005(void); 27 int IntlFuncTest006(void); 28 int IntlFuncTest007(void); 29 int IntlFuncTest008(void); 30 int IntlFuncTest009(void); 31 int IntlFuncTest0010(void); 32 int IntlFuncTest0011(void); 33 int IntlFuncTest0012(void); 34 int IntlFuncTest0013(void); 35 int IntlFuncTest0014(void); 36 int IntlFuncTest0015(void); 37 int IntlFuncTest0016(void); 38 int IntlFuncTest0017(void); 39 int IntlFuncTest0018(void); 40 int IntlFuncTest0019(void); 41 int IntlFuncTest0020(void); 42 int IntlFuncTest0021(void); 43 int IntlFuncTest0022(void); 44 int IntlFuncTest0023(void); 45 int IntlFuncTest0024(void); 46 int IntlFuncTest0025(void); 47 int IntlFuncTest0026(void); 48 int IntlFuncTest0027(void); 49 int IntlFuncTest0028(void); 50 int IntlFuncTest0029(void); 51 int IntlFuncTest0030(void); 52 int IntlFuncTest0031(void); 53 int IntlFuncTest0032(void); 54 int IntlFuncTest0033(void); 55 int IntlFuncTest0034(void); 56 int IntlFuncTest0035(void); 57 int IntlFuncTest0036(void); 58 int IntlFuncTest0037(void); 59 int IntlFuncTest0038(void); 60 int IntlFuncTest0039(void); 61 int IntlFuncTest0040(void); 62 int IntlFuncTest0041(void); 63 int IntlFuncTest0042(void); 64 int IntlFuncTest0043(void); 65 int IntlFuncTest0044(void); 66 int IntlFuncTest0045(void); 67 } // namespace I18n 68 } // namespace Global 69 } // namespace OHOS 70 #endif