Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_util.cpp95 void FX_atonum(const CFX_ByteStringC& strc, FX_BOOL& bInteger, void* pData) { in FX_atonum() argument
96 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() argument
125 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()
/external/llvm/test/Linker/
D2004-05-07-TypeResolution1.ll22 @strc = constant [12 x i8] zeroinitializer ; <[12 x i8]*> [#uses=0]