Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxutils.cpp1188 static void UItoA ( char** ppOutput, Uint uVal, int iBase=10, int iWidth=0, int iPrec=0, const char… in UItoA() function
1354 UItoA ( &pOutput, uValue, 16, iWidth, iPrec, cFill ); in sphVSprintf()
1363 UItoA ( &pOutput, uValue, ( c=='x' ) ? 16 : 10, iWidth, iPrec, cFill ); in sphVSprintf()
1371 UItoA ( &pOutput, iValue, 10, iWidth, iPrec, cFill ); in sphVSprintf()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxutils.cpp1822 static void UItoA ( char** ppOutput, Uint uVal, int iBase=10, int iWidth=0, int iPrec=0, const char… in UItoA() function
1990 UItoA ( &pOutput, uValue, 16, iWidth, iPrec, cFill ); in sphVSprintf()
1999 UItoA ( &pOutput, uValue, ( c=='x' ) ? 16 : 10, iWidth, iPrec, cFill ); in sphVSprintf()
2007 UItoA ( &pOutput, iValue, 10, iWidth, iPrec, cFill ); in sphVSprintf()