Lines Matching refs:word

68     const uint16_t word[] = {'t', 'a', 'b', 'l', 'e'};  in TEST_P()  local
70 hyphenator->hyphenate(word, &result); in TEST_P()
82 const uint16_t word[] = {'l', 'l', MIDDLE_DOT, 'l', 'l'}; in TEST_P() local
84 hyphenator->hyphenate(word, &result); in TEST_P()
96 const uint16_t word[] = {'l', MIDDLE_DOT, 'l'}; in TEST_P() local
98 hyphenator->hyphenate(word, &result); in TEST_P()
108 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST_P() local
110 hyphenator->hyphenate(word, &result); in TEST_P()
120 const uint16_t word[] = {GREEK_LOWER_ALPHA, HYPHEN, GREEK_LOWER_ALPHA}; in TEST_P() local
122 hyphenator->hyphenate(word, &result); in TEST_P()
133 const uint16_t word[] = {'x', EN_DASH, 'y'}; in TEST_P() local
135 hyphenator->hyphenate(word, &result); in TEST_P()
146 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST_P() local
148 hyphenator->hyphenate(word, &result); in TEST_P()
158 const uint16_t word[] = {'x', SOFT_HYPHEN, 'y'}; in TEST_P() local
160 hyphenator->hyphenate(word, &result); in TEST_P()
170 const uint16_t word[] = {SOFT_HYPHEN, 'y'}; in TEST_P() local
172 hyphenator->hyphenate(word, &result); in TEST_P()
181 const uint16_t word[] = {MALAYALAM_KA, SOFT_HYPHEN, MALAYALAM_KA}; in TEST_P() local
183 hyphenator->hyphenate(word, &result); in TEST_P()
194 const uint16_t word[] = {MALAYALAM_KA, MALAYALAM_KA, MALAYALAM_KA, MALAYALAM_KA, MALAYALAM_KA}; in TEST_P() local
196 hyphenator->hyphenate(word, &result); in TEST_P()
208 const uint16_t word[] = {ARMENIAN_AYB, SOFT_HYPHEN, ARMENIAN_AYB}; in TEST_P() local
210 hyphenator->hyphenate(word, &result); in TEST_P()
221 const uint16_t word[] = {HEBREW_ALEF, SOFT_HYPHEN, HEBREW_ALEF}; in TEST_P() local
223 hyphenator->hyphenate(word, &result); in TEST_P()
234 const uint16_t word[] = {ARABIC_BEH, SOFT_HYPHEN, ARABIC_BEH}; in TEST_P() local
236 hyphenator->hyphenate(word, &result); in TEST_P()
247 const uint16_t word[] = {ARABIC_ALEF, SOFT_HYPHEN, ARABIC_BEH}; in TEST_P() local
249 hyphenator->hyphenate(word, &result); in TEST_P()
259 const uint16_t word[] = {ARABIC_BEH, ARABIC_ZWARAKAY, SOFT_HYPHEN, ARABIC_ZWARAKAY, ARABIC_BEH}; in TEST_P() local
261 hyphenator->hyphenate(word, &result); in TEST_P()
274 const uint16_t word[] = {ARABIC_BEH, ARABIC_ZWARAKAY, SOFT_HYPHEN, ARABIC_ZWARAKAY}; in TEST_P() local
276 hyphenator->hyphenate(word, &result); in TEST_P()
288 const uint16_t word[] = {ARABIC_ZWARAKAY, SOFT_HYPHEN, ARABIC_ZWARAKAY, ARABIC_BEH}; in TEST_P() local
290 hyphenator->hyphenate(word, &result); in TEST_P()
301 const uint16_t word[] = {UCAS_E, SOFT_HYPHEN, UCAS_E}; in TEST_P() local
303 hyphenator->hyphenate(word, &result); in TEST_P()
314 const uint16_t word[] = {'a', SOFT_HYPHEN, UCAS_E}; in TEST_P() local
316 hyphenator->hyphenate(word, &result); in TEST_P()
326 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST_P() local
328 hyphenator->hyphenate(word, &result); in TEST_P()
338 const uint16_t word[] = {'x', HYPHEN_MINUS, 'y'}; in TEST_P() local
340 hyphenator->hyphenate(word, &result); in TEST_P()
351 const uint16_t word[] = {HYPHEN_MINUS, 'y'}; in TEST_P() local
353 hyphenator->hyphenate(word, &result); in TEST_P()