Searched refs:cCurrent (Results 1 – 2 of 2) sorted by relevance
663 sal_Char cCurrent = *pURLScan; in _osl_encodeURL() local664 switch ( cCurrent ) in _osl_encodeURL()667 …if (!( ( cCurrent >= 'a' && cCurrent <= 'z' ) || ( cCurrent >= 'A' && cCurrent <= 'Z' ) || ( cCurr… in _osl_encodeURL()669 sprintf( pURLDest, "%%%02X", (unsigned char)cCurrent ); in _osl_encodeURL()692 *pURLDest++ = cCurrent; in _osl_encodeURL()
547 sal_Char cCurrent = *pURLScan; in _osl_encodeURL() local549 switch ( cCurrent ) in _osl_encodeURL()552 …if (!( ( cCurrent >= 'a' && cCurrent <= 'z' ) || ( cCurrent >= 'A' && cCurrent <= 'Z' ) || ( cCurr… in _osl_encodeURL()554 sprintf( pURLDest, "%%%02X", (unsigned char)cCurrent ); in _osl_encodeURL()577 *pURLDest++ = cCurrent; in _osl_encodeURL()
Completed in 24 milliseconds