Searched refs:pFormatTable (Results 1 – 3 of 3) sorted by relevance
159 const FormatEntry* pFormatTable = lcl_getFormatTable(_nTableId); in ensureTableInitialized() local160 if (-1 == pFormatTable->nKey) in ensureTableInitialized()163 if (-1 == pFormatTable->nKey) in ensureTableInitialized()174 FormatEntry* pLoopFormats = const_cast<FormatEntry*>(pFormatTable); in ensureTableInitialized()
215 delete pFormatTable; in ~SvNumberFormatter()251 pFormatTable = NULL; in ImpConstruct()1145 if ( pFormatTable ) in GetEntryTable()1146 pFormatTable->Clear(); in GetEntryTable()1148 pFormatTable = new SvNumberFormatTable; in GetEntryTable()1163 pFormatTable->Insert( aFTable.GetCurKey(), pEntry ); in GetEntryTable()1172 pFormatTable->Insert(aFTable.GetCurKey(),pEntry); in GetEntryTable()1176 if ( pFormatTable->Count() > 0 ) in GetEntryTable()1183 return *pFormatTable; in GetEntryTable()
808 SvNumberFormatTable* pFormatTable; // For the UI dialog member in SvNumberFormatter
Completed in 176 milliseconds