1 /* 2 * Copyright (c) 2024 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_NUMBER_FORMAT_TEST_EXTEND 17 #define OHOS_GLOBAL_I18N_NUMBER_FORMAT_TEST_EXTEND 18 19 #include "number_format_test.h" 20 21 namespace OHOS { 22 namespace Global { 23 namespace I18n { 24 int NumberFormatFuncTest0050(void); 25 int NumberFormatFuncTest0051(void); 26 int NumberFormatFuncTest0052(void); 27 int NumberFormatFuncTest0053(void); 28 int NumberFormatFuncTest0054(void); 29 int NumberFormatFuncTest0055(void); 30 int NumberFormatFuncTest0056(void); 31 int NumberFormatFuncTest0057(void); 32 int NumberFormatFuncTest0058(void); 33 int NumberFormatFuncTest0059(void); 34 int NumberFormatFuncTest0060(void); 35 int NumberFormatFuncTest0061(void); 36 int NumberFormatFuncTest0062(void); 37 int NumberFormatFuncTest0063(void); 38 int NumberFormatFuncTest0064(void); 39 int NumberFormatFuncTest0065(void); 40 int NumberFormatFuncTest0066(void); 41 int NumberFormatFuncTest0067(void); 42 int NumberFormatFuncTest0068(void); 43 int NumberFormatFuncTest0069(void); 44 } // namespace I18n 45 } // namespace Global 46 } // namespace OHOS 47 #endif