Home
last modified time | relevance | path

Searched refs:skip_spaces (Results 1 – 11 of 11) sorted by relevance

/external/freetype/src/psaux/
Dpsobjs.c303 skip_spaces( FT_Byte* *acur, in skip_spaces() function
419 skip_spaces( &cur, limit ); in skip_string()
519 skip_spaces( &cur, limit ); /* this also skips comments */ in ps_parser_skip_PS_token()
605 skip_spaces( &parser->cursor, parser->limit ); in ps_parser_skip_spaces()
803 skip_spaces( &cur, limit ); in ps_tocoordarray()
883 skip_spaces( &cur, limit ); in ps_tofixedarray()
1092 skip_spaces( &cur, limit ); in ps_parser_load_field()
1244 skip_spaces( &cur, limit ); in ps_parser_load_field()
/external/pdfium/third_party/freetype/src/psaux/
Dpsobjs.c309 skip_spaces( FT_Byte* *acur, in skip_spaces() function
425 skip_spaces( &cur, limit ); in skip_string()
525 skip_spaces( &cur, limit ); /* this also skips comments */ in ps_parser_skip_PS_token()
611 skip_spaces( &parser->cursor, parser->limit ); in ps_parser_skip_spaces()
809 skip_spaces( &cur, limit ); in ps_tocoordarray()
889 skip_spaces( &cur, limit ); in ps_tofixedarray()
1098 skip_spaces( &cur, limit ); in ps_parser_load_field()
1250 skip_spaces( &cur, limit ); in ps_parser_load_field()
/external/pdfium/third_party/freetype/src/cid/
Dcidparse.h96 (p)->root.funcs.skip_spaces( &(p)->root )
/external/pdfium/third_party/freetype/src/type1/
Dt1parse.h94 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/external/valgrind/exp-bbv/tests/x86-linux/
Dll.S288 call skip_spaces # print next word
406 skip_spaces:
409 je skip_spaces
/external/valgrind/exp-bbv/tests/amd64-linux/
Dll.S288 call skip_spaces
406 skip_spaces:
409 je skip_spaces
/external/mksh/src/
Dexpr.c626 skip_spaces: in exprtoken()
634 goto skip_spaces; in exprtoken()
/external/pdfium/third_party/freetype/include/internal/
Dpsaux.h354 (*skip_spaces)( PS_Parser parser ); member
/external/freetype/include/internal/
Dpsaux.h354 (*skip_spaces)( PS_Parser parser ); member
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp1498 skip_spaces (std::string &line) in skip_spaces() function
1512 skip_spaces (line); in get_identifier()
1535 skip_spaces (line); in get_operator()
1551 skip_spaces (line); in get_value()
/external/valgrind/perf/
Dtinycc.c7776 static inline void skip_spaces(void) in skip_spaces() function
8502 skip_spaces(); in preprocess()
8712 skip_spaces(); in preprocess()