Lines Matching refs:sal_Unicode

45 const sal_Unicode pKeyTABLE[]   = { 'T', 'A', 'B', 'L', 'E', 0 };
46 const sal_Unicode pKeyVECTORS[] = { 'V', 'E', 'C', 'T', 'O', 'R', 'S', 0 };
47 const sal_Unicode pKeyTUPLES[] = { 'T', 'U', 'P', 'L', 'E', 'S', 0 };
48 const sal_Unicode pKeyDATA[] = { 'D', 'A', 'T', 'A', 0 };
49 const sal_Unicode pKeyBOT[] = { 'B', 'O', 'T', 0 };
50 const sal_Unicode pKeyEOD[] = { 'E', 'O', 'D', 0 };
51 const sal_Unicode pKeyERROR[] = { 'E', 'R', 'R', 'O', 'R', 0 };
52 const sal_Unicode pKeyTRUE[] = { 'T', 'R', 'U', 'E', 0 };
53 const sal_Unicode pKeyFALSE[] = { 'F', 'A', 'L', 'S', 'E', 0 };
54 const sal_Unicode pKeyNA[] = { 'N', 'A', 0 };
55 const sal_Unicode pKeyV[] = { 'V', 0 };
56 const sal_Unicode pKey1_0[] = { '1', ',', '0', 0 };
199 aTmp += sal_Unicode('?'); in ScImportDif()
277 static const sal_Unicode pKeyLABEL[] = { 'L', 'A', 'B', 'E', 'L', 0 }; in GetNextTopic()
278 static const sal_Unicode pKeyCOMMENT[] = { 'C', 'O', 'M', 'M', 'E', 'N', 'T', 0 }; in GetNextTopic()
279 static const sal_Unicode pKeySIZE[] = { 'S', 'I', 'Z', 'E', 0 }; in GetNextTopic()
280 …static const sal_Unicode pKeyPERIODICITY[] = { 'P', 'E', 'R', 'I', 'O', 'D', 'I', 'C', 'I', 'T', … in GetNextTopic()
281 …static const sal_Unicode pKeyMAJORSTART[] = { 'M', 'A', 'J', 'O', 'R', 'S', 'T', 'A', 'R', 'T', … in GetNextTopic()
282 …static const sal_Unicode pKeyMINORSTART[] = { 'M', 'I', 'N', 'O', 'R', 'S', 'T', 'A', 'R', 'T', … in GetNextTopic()
283 …static const sal_Unicode pKeyTRUELENGTH[] = { 'T', 'R', 'U', 'E', 'L', 'E', 'N', 'G', 'T', 'H', … in GetNextTopic()
284 static const sal_Unicode pKeyUINITS[] = { 'U', 'I', 'N', 'I', 'T', 'S', 0 }; in GetNextTopic()
285 …static const sal_Unicode pKeyDISPLAYUNITS[] = { 'D', 'I', 'S', 'P', 'L', 'A', 'Y', 'U', 'N', 'I', … in GetNextTopic()
286 static const sal_Unicode pKeyUNKNOWN[] = { 0 }; in GetNextTopic()
288 static const sal_Unicode* ppKeys[] = in GetNextTopic()
343 const sal_Unicode* pRef; in GetNextTopic()
373 const sal_Unicode* pCur = aLine.GetBuffer(); in GetNextTopic()
423 static const sal_Unicode aDQ[] = { '"', '"', 0 }; in lcl_DeEscapeQuotesDif()
433 DATASET DifParser::GetNumberDataset( const sal_Unicode* pPossibleNumericData ) in GetNumberDataset()
479 const sal_Unicode* pAktBuffer; in LookAhead()
519 const sal_Unicode* pAktBuffer; in GetNextDataset()
552 aTmp += sal_Unicode(')'); in GetNextDataset()
563 const sal_Unicode* pLine = aLine.GetBuffer(); in GetNextDataset()
625 const sal_Unicode* DifParser::ScanIntVal( const sal_Unicode* pStart, sal_uInt32& rRet ) in ScanIntVal()
631 sal_Unicode cAkt = *pStart; in ScanIntVal()
654 sal_Bool DifParser::ScanFloatVal( const sal_Unicode* pStart ) in ScanFloatVal()
664 sal_Unicode cAkt; in ScanFloatVal()