Searched refs:strc (Results 1 – 2 of 2) sorted by relevance
95 void FX_atonum(const CFX_ByteStringC& strc, FX_BOOL& bInteger, void* pData) { in FX_atonum() argument96 if (!FXSYS_memchr(strc.GetPtr(), '.', strc.GetLength())) { in FX_atonum()99 const FX_CHAR* str = strc.GetCStr(); in FX_atonum()100 int len = strc.GetLength(); in FX_atonum()121 *(FX_FLOAT*)pData = FX_atof(strc); in FX_atonum()124 FX_FLOAT FX_atof(const CFX_ByteStringC& strc) { in FX_atof() argument125 if (strc.GetLength() == 0) { in FX_atof()130 const FX_CHAR* str = strc.GetCStr(); in FX_atof()131 int len = strc.GetLength(); in FX_atof()
22 @strc = constant [12 x i8] zeroinitializer ; <[12 x i8]*> [#uses=0]