Qt 4.8
Variables
qlocale_blackberry.cpp File Reference
#include "qlocale_blackberry.h"
#include "qlocale_p.h"
#include "qdatetime.h"
#include "qcoreapplication.h"
#include "private/qcore_unix_p.h"
#include <errno.h>
#include <sys/pps.h>
#include <unistd.h>

Go to the source code of this file.

Variables

static const int MAX_PPS_SIZE = 16000
 
static const char ppsHourFormatPath [] = "/pps/system/settings"
 
static const char ppsLanguageLocalePath [] = "/pps/services/confstr/_CS_LOCALE"
 
static const char ppsRegionLocalePath [] = "/pps/services/locale/settings"
 
static const char ppsUomPath [] = "/pps/services/locale/uom"
 

Variable Documentation

◆ MAX_PPS_SIZE

const int MAX_PPS_SIZE = 16000
static

Definition at line 63 of file qlocale_blackberry.cpp.

Referenced by QBBSystemLocaleData::readPpsValue().

◆ ppsHourFormatPath

const char ppsHourFormatPath[] = "/pps/system/settings"
static

Definition at line 61 of file qlocale_blackberry.cpp.

Referenced by QBBSystemLocaleData::QBBSystemLocaleData().

◆ ppsLanguageLocalePath

const char ppsLanguageLocalePath[] = "/pps/services/confstr/_CS_LOCALE"
static

Definition at line 60 of file qlocale_blackberry.cpp.

Referenced by QBBSystemLocaleData::QBBSystemLocaleData().

◆ ppsRegionLocalePath

const char ppsRegionLocalePath[] = "/pps/services/locale/settings"
static

Definition at line 59 of file qlocale_blackberry.cpp.

Referenced by QBBSystemLocaleData::QBBSystemLocaleData().

◆ ppsUomPath

const char ppsUomPath[] = "/pps/services/locale/uom"
static

Definition at line 58 of file qlocale_blackberry.cpp.

Referenced by QBBSystemLocaleData::QBBSystemLocaleData().