Home
last modified time | relevance | path

Searched refs:theNumFormatStringRec (Results 1 – 1 of 1) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2520 NumFormatStringRec theNumFormatStringRec; in ExtractFloatFromCStr() local
2560 …rmatResultType) StringToFormatRec(kNumberFormatString,&theNumberPartsTable,&theNumFormatStringRec); in ExtractFloatFromCStr()
2573 …theFormatResultType = (FormatResultType) StringToExtended(theStr255,&theNumFormatStringRec,&theNum… in ExtractFloatFromCStr()
2599 NumFormatStringRec theNumFormatStringRec; in CopyFloatToCStr() local
2693 …ype = (FormatResultType) StringToFormatRec(tempStr255,&theNumberPartsTable,&theNumFormatStringRec); in CopyFloatToCStr()
2698 …rmatResultType) StringToFormatRec(kNumberFormatString,&theNumberPartsTable,&theNumFormatStringRec); in CopyFloatToCStr()
2709 …theFormatResultType = (FormatResultType) ExtendedToString(theFloat,&theNumFormatStringRec,&theNumb… in CopyFloatToCStr()