Searched defs:string_len (Results 1 – 6 of 6) sorted by relevance
27 const int string_len = state.range(0); in BM_Join2_Strings() local58 const int string_len = state.range(0); in BM_Join2_KeysAndValues() local80 const int string_len = state.range(0); in BM_JoinStreamable() local
115 FT_UInt string_len; /* in bytes */ member212 FT_UInt string_len; /* in bytes */ member
94 unsafe extern "C" fn string_len(this: &String) -> usize { in string_len() function
96 let string_len = string.chars().count(); in prepend() localVariable
392 static int is_valid_utf8(const char *string, size_t string_len) { in is_valid_utf8()
6787 Py_ssize_t string_len = 0; in test_structmembers_new() local