Lines Matching refs:word
50 const uint16_t word[] = {'t', 'a', 'b', 'l', 'e'}; in TEST() local
52 hyphenator->hyphenate(word, &result); in TEST()
64 const uint16_t word[] = {'l', 'l', MIDDLE_DOT, 'l', 'l'}; in TEST() local
66 hyphenator->hyphenate(word, &result); in TEST()
78 const uint16_t word[] = {'l', MIDDLE_DOT, 'l'}; in TEST() local
80 hyphenator->hyphenate(word, &result); in TEST()
90 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST() local
92 hyphenator->hyphenate(word, &result); in TEST()
102 const uint16_t word[] = {GREEK_LOWER_ALPHA, HYPHEN, GREEK_LOWER_ALPHA}; in TEST() local
104 hyphenator->hyphenate(word, &result); in TEST()
115 const uint16_t word[] = {'x', EN_DASH, 'y'}; in TEST() local
117 hyphenator->hyphenate(word, &result); in TEST()
128 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST() local
130 hyphenator->hyphenate(word, &result); in TEST()
140 const uint16_t word[] = {'x', SOFT_HYPHEN, 'y'}; in TEST() local
142 hyphenator->hyphenate(word, &result); in TEST()
152 const uint16_t word[] = {SOFT_HYPHEN, 'y'}; in TEST() local
154 hyphenator->hyphenate(word, &result); in TEST()
163 const uint16_t word[] = {MALAYALAM_KA, SOFT_HYPHEN, MALAYALAM_KA}; in TEST() local
165 hyphenator->hyphenate(word, &result); in TEST()
176 const uint16_t word[] = {MALAYALAM_KA, MALAYALAM_KA, MALAYALAM_KA, MALAYALAM_KA, MALAYALAM_KA}; in TEST() local
178 hyphenator->hyphenate(word, &result); in TEST()
190 const uint16_t word[] = {ARMENIAN_AYB, SOFT_HYPHEN, ARMENIAN_AYB}; in TEST() local
192 hyphenator->hyphenate(word, &result); in TEST()
203 const uint16_t word[] = {HEBREW_ALEF, SOFT_HYPHEN, HEBREW_ALEF}; in TEST() local
205 hyphenator->hyphenate(word, &result); in TEST()
216 const uint16_t word[] = {ARABIC_BEH, SOFT_HYPHEN, ARABIC_BEH}; in TEST() local
218 hyphenator->hyphenate(word, &result); in TEST()
229 const uint16_t word[] = {ARABIC_ALEF, SOFT_HYPHEN, ARABIC_BEH}; in TEST() local
231 hyphenator->hyphenate(word, &result); in TEST()
241 const uint16_t word[] = {ARABIC_BEH, ARABIC_ZWARAKAY, SOFT_HYPHEN, ARABIC_ZWARAKAY, ARABIC_BEH}; in TEST() local
243 hyphenator->hyphenate(word, &result); in TEST()
256 const uint16_t word[] = {ARABIC_BEH, ARABIC_ZWARAKAY, SOFT_HYPHEN, ARABIC_ZWARAKAY}; in TEST() local
258 hyphenator->hyphenate(word, &result); in TEST()
270 const uint16_t word[] = {ARABIC_ZWARAKAY, SOFT_HYPHEN, ARABIC_ZWARAKAY, ARABIC_BEH}; in TEST() local
272 hyphenator->hyphenate(word, &result); in TEST()
283 const uint16_t word[] = {UCAS_E, SOFT_HYPHEN, UCAS_E}; in TEST() local
285 hyphenator->hyphenate(word, &result); in TEST()
296 const uint16_t word[] = {'a', SOFT_HYPHEN, UCAS_E}; in TEST() local
298 hyphenator->hyphenate(word, &result); in TEST()
308 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST() local
310 hyphenator->hyphenate(word, &result); in TEST()
320 const uint16_t word[] = {'x', HYPHEN_MINUS, 'y'}; in TEST() local
322 hyphenator->hyphenate(word, &result); in TEST()
333 const uint16_t word[] = {HYPHEN_MINUS, 'y'}; in TEST() local
335 hyphenator->hyphenate(word, &result); in TEST()