if (actualWordStart < 0) {
return this.wordStart;
}
final int nonWordChars = actualWordStart - this.wordStart;
// Extract the word that should be evaluated by the hyphenation system.
final int wordSize = server.wordSize(this.currentChars, actualWordStart,
language, country);
// See if there are discretionary hyphenation points.
Hyphenation hyph = null;
try {
hyph = server.hyphenate(this.currentChars, actualWordStart,