

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::locale | |
| This is the main namespace that encloses all localization classes. | |
| boost::locale::boundary | |
| This namespae contains all operations required for boundary analysis of text. | |
Typedefs | |
| typedef uint32_t | boost::locale::boundary::rule_type |
| Flags used with word boundary analysis – the type of the word, line or sentence boundary found. More... | |
Enumerations | |
| enum | boost::locale::boundary::boundary_type { boost::locale::boundary::character, boost::locale::boundary::word, boost::locale::boundary::sentence, boost::locale::boundary::line } |
| This type describes a possible boundary analysis alternatives. More... | |
Functions | |
| rule_type | boost::locale::boundary::boundary_rule (boundary_type t) |
| This function returns the mask that covers all variants for specific boundary type. More... | |