File List
Here is a list of all files with brief descriptions:
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/unibreakbase.c | Definition of basic libunibreak information |
src/unibreakbase.h [code] | Header file for common definitions in the libunibreak library |
src/unibreakdef.c | Definition of utility functions used by the libunibreak library |
src/unibreakdef.h [code] | Header file for private definitions in the libunibreak library |
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 |