Lines Matching refs:wordlen
285 int wordlen; in hyphenate() local
374 wordlen = encWord.getLength(); in hyphenate()
375 lcword = new char[wordlen + 1]; in hyphenate()
376 hyphens = new char[wordlen + 5]; in hyphenate()
386 int n = wordlen-1; in hyphenate()
416 for (int c = n; c < wordlen; c++) hyphens[c] = '0'; in hyphenate()
417 hyphens[wordlen] = '\0'; in hyphenate()
550 int wordlen; in createPossibleHyphens() local
634 wordlen = encWord.getLength(); in createPossibleHyphens()
635 lcword = new char[wordlen+1]; in createPossibleHyphens()
636 hyphens = new char[wordlen+5]; in createPossibleHyphens()
645 int n = wordlen-1; in createPossibleHyphens()
676 for (int c = n; c < wordlen; c++) in createPossibleHyphens()
678 hyphens[wordlen] = '\0'; in createPossibleHyphens()