#include "sbNumberPropertyInfo.h"#include <float.h>#include <nsAutoPtr.h>#include <prprf.h>#include <sbLockUtils.h>#include <sbTArrayStringEnumerator.h>Go to the source code of this file.
Functions | |
| static PRBool | IsValidRadix (PRUint32 aRadix) |
| static const char * | GetFmtFromRadix (PRUint32 aRadix) |
| static const char * | GetSortableFmtFromRadix (PRUint32 aRadix) |
| NS_IMPL_ADDREF_INHERITED (sbNumberPropertyInfo, sbPropertyInfo) | |
| NS_IMPL_RELEASE_INHERITED (sbNumberPropertyInfo, sbPropertyInfo) | |
Variables | |
| static const char * | gsFmtRadix8 = "%llo" |
| static const char * | gsFmtRadix10 = "%lld" |
| static const char * | gsFmtRadix16 = "%llX" |
| static const char * | gsFmtFloat = "%lg" |
| static const char * | gsSortFmtRadix8 = "%022llo" |
| static const char * | gsSortFmtRadix10 = "%+020lld" |
| static const char * | gsSortFmtRadix16 = "%016llX" |
| static const char * | gsSortFmtFloat = "%+046.16lf" |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 37 of file sbNumberPropertyInfo.cpp.
| NS_IMPL_ADDREF_INHERITED | ( | sbNumberPropertyInfo | , |
| sbPropertyInfo | |||
| ) |
| NS_IMPL_RELEASE_INHERITED | ( | sbNumberPropertyInfo | , |
| sbPropertyInfo | |||
| ) |
|
static |
Definition at line 53 of file sbNumberPropertyInfo.cpp.
|
static |
Definition at line 51 of file sbNumberPropertyInfo.cpp.
|
static |
Definition at line 52 of file sbNumberPropertyInfo.cpp.
|
static |
Definition at line 50 of file sbNumberPropertyInfo.cpp.
|
static |
Definition at line 85 of file sbNumberPropertyInfo.cpp.
|
static |
Definition at line 83 of file sbNumberPropertyInfo.cpp.
|
static |
Definition at line 84 of file sbNumberPropertyInfo.cpp.
|
static |
Definition at line 82 of file sbNumberPropertyInfo.cpp.