#include "String.hpp"#include "Array.hpp"#include "StringStream.hpp"#include "UTF8Utils.hpp"#include <fstream>#include <iostream>#include <map>Include dependency graph for GenCaseMappings.cpp:

Go to the source code of this file.
Classes | |
| struct | processLine |
Functions | |
| int | utf8len (UInt32 ucs4char) |
| int | main (int argc, char **argv) |
Variables | |
| map< UInt32, UInt32 > | upperMap |
| map< UInt32, UInt32 > | lowerMap |
|
||||||||||||
|
Definition at line 97 of file GenCaseMappings.cpp. References BLOCXX_NAMESPACE::Array< T >::begin(), BLOCXX_NAMESPACE::Array< T >::end(), i, lowerMap, BLOCXX_NAMESPACE::String::tokenize(), BLOCXX_NAMESPACE::OStringStream::toString(), upperMap, and utf8len(). |
|
|
Definition at line 76 of file GenCaseMappings.cpp. Referenced by main(). |
|
|
Definition at line 50 of file GenCaseMappings.cpp. Referenced by main(), and processLine::operator()(). |
|
|
Definition at line 49 of file GenCaseMappings.cpp. Referenced by main(), and processLine::operator()(). |
1.4.4