• Home
  • Raw
  • Download

Lines Matching refs:Hyphenator

28 const Hyphenator* FAKE_ADDRESS = reinterpret_cast<const Hyphenator*>(1);
29 const Hyphenator* AS_HYPHENATOR = FAKE_ADDRESS++;
30 const Hyphenator* BG_HYPHENATOR = FAKE_ADDRESS++;
31 const Hyphenator* BN_HYPHENATOR = FAKE_ADDRESS++;
32 const Hyphenator* CU_HYPHENATOR = FAKE_ADDRESS++;
33 const Hyphenator* CY_HYPHENATOR = FAKE_ADDRESS++;
34 const Hyphenator* DA_HYPHENATOR = FAKE_ADDRESS++;
35 const Hyphenator* DE_1901_HYPHENATOR = FAKE_ADDRESS++;
36 const Hyphenator* DE_1996_HYPHENATOR = FAKE_ADDRESS++;
37 const Hyphenator* DE_CH_1901_HYPHENATOR = FAKE_ADDRESS++;
38 const Hyphenator* EN_GB_HYPHENATOR = FAKE_ADDRESS++;
39 const Hyphenator* EN_US_HYPHENATOR = FAKE_ADDRESS++;
40 const Hyphenator* ES_HYPHENATOR = FAKE_ADDRESS++;
41 const Hyphenator* ET_HYPHENATOR = FAKE_ADDRESS++;
42 const Hyphenator* EU_HYPHENATOR = FAKE_ADDRESS++;
43 const Hyphenator* FR_HYPHENATOR = FAKE_ADDRESS++;
44 const Hyphenator* GA_HYPHENATOR = FAKE_ADDRESS++;
45 const Hyphenator* GU_HYPHENATOR = FAKE_ADDRESS++;
46 const Hyphenator* HI_HYPHENATOR = FAKE_ADDRESS++;
47 const Hyphenator* HR_HYPHENATOR = FAKE_ADDRESS++;
48 const Hyphenator* HU_HYPHENATOR = FAKE_ADDRESS++;
49 const Hyphenator* HY_HYPHENATOR = FAKE_ADDRESS++;
50 const Hyphenator* KN_HYPHENATOR = FAKE_ADDRESS++;
51 const Hyphenator* ML_HYPHENATOR = FAKE_ADDRESS++;
52 const Hyphenator* MN_CYRL_HYPHENATOR = FAKE_ADDRESS++;
53 const Hyphenator* MR_HYPHENATOR = FAKE_ADDRESS++;
54 const Hyphenator* NB_HYPHENATOR = FAKE_ADDRESS++;
55 const Hyphenator* NN_HYPHENATOR = FAKE_ADDRESS++;
56 const Hyphenator* OR_HYPHENATOR = FAKE_ADDRESS++;
57 const Hyphenator* PA_HYPHENATOR = FAKE_ADDRESS++;
58 const Hyphenator* PT_HYPHENATOR = FAKE_ADDRESS++;
59 const Hyphenator* SL_HYPHENATOR = FAKE_ADDRESS++;
60 const Hyphenator* TA_HYPHENATOR = FAKE_ADDRESS++;
61 const Hyphenator* TE_HYPHENATOR = FAKE_ADDRESS++;
62 const Hyphenator* TK_HYPHENATOR = FAKE_ADDRESS++;
63 const Hyphenator* UND_ETHI_HYPHENATOR = FAKE_ADDRESS++;
142 const Hyphenator* lookup(const std::string& localeStr) { in lookup()