19596a2c1Sopenharmony_ci/* 29596a2c1Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd. 39596a2c1Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 49596a2c1Sopenharmony_ci * you may not use this file except in compliance with the License. 59596a2c1Sopenharmony_ci * You may obtain a copy of the License at 69596a2c1Sopenharmony_ci * 79596a2c1Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 89596a2c1Sopenharmony_ci * 99596a2c1Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 109596a2c1Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 119596a2c1Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 129596a2c1Sopenharmony_ci * See the License for the specific language governing permissions and 139596a2c1Sopenharmony_ci * limitations under the License. 149596a2c1Sopenharmony_ci */ 159596a2c1Sopenharmony_ci 169596a2c1Sopenharmony_ci#ifndef OHOS_GLOBAL_I18N_SERVICE_TEST_H 179596a2c1Sopenharmony_ci#define OHOS_GLOBAL_I18N_SERVICE_TEST_H 189596a2c1Sopenharmony_ci 199596a2c1Sopenharmony_cinamespace OHOS { 209596a2c1Sopenharmony_cinamespace Global { 219596a2c1Sopenharmony_cinamespace I18n { 229596a2c1Sopenharmony_ciint I18nServiceFuncTest001(void); 239596a2c1Sopenharmony_ciint I18nServiceFuncTest002(void); 249596a2c1Sopenharmony_ciint I18nServiceFuncTest003(void); 259596a2c1Sopenharmony_ciint I18nServiceFuncTest004(void); 269596a2c1Sopenharmony_ciint I18nServiceFuncTest005(void); 279596a2c1Sopenharmony_ciint I18nServiceFuncTest006(void); 289596a2c1Sopenharmony_ciint I18nServiceFuncTest007(void); 299596a2c1Sopenharmony_ciint I18nServiceFuncTest008(void); 309596a2c1Sopenharmony_ciint I18nServiceFuncTest009(void); 319596a2c1Sopenharmony_ciint I18nServiceFuncTest010(void); 329596a2c1Sopenharmony_ciint I18nServiceFuncTest011(void); 339596a2c1Sopenharmony_ciint I18nServiceFuncTest012(void); 349596a2c1Sopenharmony_ciint I18nServiceFuncTest013(void); 359596a2c1Sopenharmony_ciint I18nServiceFuncTest014(void); 369596a2c1Sopenharmony_ciint I18nServiceFuncTest015(void); 379596a2c1Sopenharmony_ciint I18nServiceFuncTest016(void); 389596a2c1Sopenharmony_ciint I18nServiceFuncTest017(void); 399596a2c1Sopenharmony_ciint I18nServiceFuncTest018(void); 409596a2c1Sopenharmony_ciint I18nServiceFuncTest019(void); 419596a2c1Sopenharmony_ciint I18nServiceFuncTest020(void); 429596a2c1Sopenharmony_ciint I18nServiceFuncTest021(void); 439596a2c1Sopenharmony_ciint I18nServiceFuncTest022(void); 449596a2c1Sopenharmony_ciint I18nServiceFuncTest023(void); 459596a2c1Sopenharmony_ciint I18nServiceFuncTest024(void); 469596a2c1Sopenharmony_ciint I18nServiceFuncTest025(void); 479596a2c1Sopenharmony_ciint I18nServiceFuncTest026(void); 489596a2c1Sopenharmony_ciint I18nServiceFuncTest027(void); 499596a2c1Sopenharmony_ciint I18nServiceFuncTest028(void); 509596a2c1Sopenharmony_ci} // namespace I18n 519596a2c1Sopenharmony_ci} // namespace Global 529596a2c1Sopenharmony_ci} // namespace OHOS 539596a2c1Sopenharmony_ci#endif // OHOS_GLOBAL_I18N_SERVICE_TEST_H