File List
Here is a list of all files with brief descriptions:
  | src/filter_dup.c |  | 
  | src/linebreak.c | Implementation of the line breaking algorithm as described in Unicode Standard Annex 14 | 
  | src/linebreak.h [code] | Header file for the line breaking algorithm | 
  | src/linebreakdata.c |  | 
  | src/linebreakdef.c | Definition of language-specific data | 
  | src/linebreakdef.h [code] | Definitions of internal data structures, declarations of global variables, and function prototypes for the line breaking algorithm | 
  | src/wordbreak.c | Implementation of the word breaking algorithm as described in Unicode Standard Annex 29 | 
  | src/wordbreak.h [code] | Header file for the word breaking (segmentation) algorithm | 
  | src/wordbreakdata.c |  | 
  | src/wordbreakdef.h [code] | Definitions of internal data structures, declarations of global variables, and function prototypes for the word breaking algorithm |