#include "osl/record/kanjiPrint.h"
#include "osl/record/kanjiCode.h"
#include "osl/ptype.h"
#include "osl/pieceStand.h"
#include "osl/move.h"
#include "osl/misc/carray.h"
#include "osl/misc/eucToLang.h"
#include <boost/foreach.hpp>
#include <iostream>
#include <string>
#include <algorithm>
#include <cctype>
Go to the source code of this file.
Functions | |
bool | caseInsentiveCharCompare (char a, char b) |
bool | caseInsentiveCompare (const std::string &s1, const std::string &s2) |
bool caseInsentiveCharCompare | ( | char | a, |
char | b | ||
) |
Definition at line 14 of file kanjiPrint.cc.
Referenced by caseInsentiveCompare().
bool caseInsentiveCompare | ( | const std::string & | s1, |
const std::string & | s2 | ||
) |
Definition at line 19 of file kanjiPrint.cc.
References caseInsentiveCharCompare().
Referenced by osl::record::Color::colorFor().