KDECore
kuitformats.cpp File Reference
#include <kuitformats_p.h>
#include <config.h>
#include <kglobal.h>
#include <klocale.h>
#include <QStringList>
#include <QRegExp>
#include <kdebug.h>
Include dependency graph for kuitformats.cpp:

Go to the source code of this file.
Defines | |
#define | WEA_ENTRY(a, b) |
Functions | |
static QString | insertIntegerSeparators (const QString &istr, const QChar &sep, int ngrp) |
static QString | toNumberGeneric (const QString &numstr, const QChar &thosep, const QChar &decsep, int thosepGE=0) |
Define Documentation
#define WEA_ENTRY | ( | a, | |||
b | ) |
Value:
do { \ westToEastArabicDigit[a] = QString::fromUtf8(b)[0]; \ } while (0)
Function Documentation
static QString insertIntegerSeparators | ( | const QString & | istr, | |
const QChar & | sep, | |||
int | ngrp | |||
) | [static] |
Definition at line 64 of file kuitformats.cpp.
static QString toNumberGeneric | ( | const QString & | numstr, | |
const QChar & | thosep, | |||
const QChar & | decsep, | |||
int | thosepGE = 0 | |||
) | [static] |
Definition at line 81 of file kuitformats.cpp.