• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_WEEK_PLURAL_NUMBER_TEST_H
17 #define OHOS_GLOBAL_I18N_WEEK_PLURAL_NUMBER_TEST_H
18 
19 int WeekPluralNumberTest0100();
20 int WeekPluralNumberTest0200();
21 int WeekPluralNumberTest0300();
22 int WeekPluralNumberTest0400();
23 int WeekPluralNumberTest0500();
24 int WeekPluralNumberTest0600();
25 int WeekPluralNumberTest0700();
26 int WeekPluralNumberTest0800();
27 int WeekPluralNumberTest0900();
28 int WeekPluralNumberTest1000();
29 int WeekPluralNumberTest1100();
30 int WeekPluralNumberTest1200();
31 int WeekPluralNumberTest1300();
32 int WeekPluralNumberTest1400();
33 int WeekPluralNumberTest1500();
34 int WeekPluralNumberTest1600();
35 int WeekPluralNumberTest1700();
36 int WeekPluralNumberTest1800();
37 
38 #endif
39