Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-cli-hdt.c313 char *last_quote = strrchr(text_to_say,'`'); in do_say() local
314 if ( last_quote != NULL ) { in do_say()
315 *last_quote='\0'; in do_say()
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.cc128 auto last_quote = after_colon.rfind('\"'); in ConvertLine() local
129 if (last_quote == StringPiece::npos) { in ConvertLine()
133 StringPiece escaped = after_colon.substr(0, last_quote); in ConvertLine()
134 StringPiece suffix = after_colon.substr(last_quote + 1); in ConvertLine()