Searched refs:tr_utf8_validate (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DConvertUTF.h154 Boolean tr_utf8_validate( const char * str, int max_len, const char ** end );
H A Dutils-test.c6 #include "ConvertUTF.h" /* tr_utf8_validate*/
231 check( tr_utf8_validate( out, -1, NULL ) );
238 check( tr_utf8_validate( out, -1, NULL ) );
H A Dutils.c1265 while( !tr_utf8_validate( in, inlen, &end ) )
1326 if( tr_utf8_validate( str, max_len, &end ) )
1331 assert( tr_utf8_validate( ret, -1, NULL ) );
H A DConvertUTF.c353 tr_utf8_validate( const char * str, int max_len, const char ** end ) function

Completed in 50 milliseconds