Home
last modified time | relevance | path

Searched refs:process_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Doptimized_encoder.cc33 std::tuple<std::string, std::vector<int>> process_string( in process_string() function
120 process_string(result, output_offsets, norm_replace); in NormalizeString()
124 process_string(result, output_offsets, remove_extra_whitespaces); in NormalizeString()
138 process_string(result, output_offsets, replace_whitespaces); in NormalizeString()
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c191 static char * process_string(const char *input, size_t input_len, size_t *output_len);
856 static char* process_string(const char *input, size_t input_len, size_t *output_len) { in process_string() function
921 return process_string(string_start + 1, input_string_len, output_string_len); in get_quoted_string()
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c5255 goto process_string; in make_bprint_args()
5312 process_string: in make_bprint_args()