Lines Matching refs:sal_Int16
28 static const sal_Int16 NumberChar_HalfWidth = 0;
29 static const sal_Int16 NumberChar_FullWidth = 1;
30 static const sal_Int16 NumberChar_Lower_zh = 2;
31 static const sal_Int16 NumberChar_Upper_zh = 3;
32 static const sal_Int16 NumberChar_Upper_zh_TW = 4;
33 static const sal_Int16 NumberChar_Modern_ja = 5;
34 static const sal_Int16 NumberChar_Traditional_ja= 6;
35 static const sal_Int16 NumberChar_Lower_ko = 7;
36 static const sal_Int16 NumberChar_Upper_ko = 8;
37 static const sal_Int16 NumberChar_Hangul_ko = 9;
38 static const sal_Int16 NumberChar_Indic_ar = 10;
39 static const sal_Int16 NumberChar_EastIndic_ar = 11;
40 static const sal_Int16 NumberChar_hi = 12;
41 static const sal_Int16 NumberChar_th = 13;
42 static const sal_Int16 NumberChar_or = 14;
43 static const sal_Int16 NumberChar_mr = 15;
44 static const sal_Int16 NumberChar_bn = 16;
45 static const sal_Int16 NumberChar_pa = 17;
46 static const sal_Int16 NumberChar_gu = 18;
47 static const sal_Int16 NumberChar_ta = 19;
48 static const sal_Int16 NumberChar_te = 20;
49 static const sal_Int16 NumberChar_kn = 21;
50 static const sal_Int16 NumberChar_ml = 22;
51 static const sal_Int16 NumberChar_lo = 23;
52 static const sal_Int16 NumberChar_bo = 24;
53 static const sal_Int16 NumberChar_my = 25;
54 static const sal_Int16 NumberChar_km = 26;
55 static const sal_Int16 NumberChar_mn = 27;
56 static const sal_Int16 NumberChar_he = 28;
57 static const sal_Int16 NumberChar_ne = 29;
58 static const sal_Int16 NumberChar_dz = 30;
59 static const sal_Int16 NumberChar_Count = 31;
206 const sal_Int16 Multiplier_Lower_zh = 0;
207 const sal_Int16 Multiplier_Upper_zh = 1;
208 const sal_Int16 Multiplier_Lower_zh_TW = 2;
209 const sal_Int16 Multiplier_Upper_zh_TW = 3;
210 const sal_Int16 Multiplier_Lower_ko = 4;
211 const sal_Int16 Multiplier_Hangul_ko = 5;
212 const sal_Int16 Multiplier_Modern_ja = 6;
213 const sal_Int16 Multiplier_Traditional_ja = 7;
214 const sal_Int16 Multiplier_Count = 8;
216 const sal_Int16 ExponentCount_6_CJK = 6;
218 static sal_Int16 MultiplierExponent_6_CJK[ExponentCount_6_CJK] = {
232 const sal_Int16 ExponentCount_2_CJK = 2;
234 static sal_Int16 MultiplierExponent_2_CJK[ExponentCount_2_CJK] = {
249 const sal_Int16 ExponentCount_7_CJK = 7;
251 static sal_Int16 MultiplierExponent_7_CJK[ExponentCount_7_CJK] = {
266 sal_Int16 ExponentCount;
267 sal_Int16* MultiplierExponent;