Searched refs:syllable_units (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/fips181/
H A Dfips181.cc1318 USHORT *syllable_units; local
1348 * syllable, we should make syllable_units, the array holding the
1354 (syllable_units = (USHORT *) calloc (sizeof (USHORT), pwlen+1))==NULL ||
1367 (void) gen_syllable (new_syllable, pwlen - word_length, syllable_units, &syllable_size);
1374 word_units[word_size + word_place] = syllable_units[word_place];
1387 ((word_length == 0) && have_initial_y (syllable_units, syllable_size)) ||
1388 ((word_length + syllable_length == pwlen) && have_final_split (syllable_units, syllable_size)))
1487 free ((char *) syllable_units);

Completed in 144 milliseconds