linebreak.c | Implementation of the line breaking algorithm as described in Unicode Standard Annex 14 |
linebreak.h [code] | Header file for the line breaking algorithm |
linebreakdata.c | |
linebreakdef.c | Definition of language-specific data |
linebreakdef.h [code] | Definitions of internal data structures, declarations of global variables, and function prototypes for the line breaking algorithm |
sort_numeric_hex.py | |
wordbreak.c | Implementation of the word breaking algorithm as described in Unicode Standard Annex 29 |
wordbreak.h [code] | Header file for the word breaking (segmentation) algorithm |
wordbreakdata.c | |
wordbreakdef.h [code] | Definitions of internal data structures, declarations of global variables, and function prototypes for the word breaking algorithm |