Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dio_win32.cc367 BOOL usedDefaultChar = FALSE; in wcs_to_mbs() local
371 outUtf8 ? nullptr : &usedDefaultChar); in wcs_to_mbs()
373 || usedDefaultChar) { in wcs_to_mbs()
/external/python/cpython3/Objects/
Dunicodeobject.c7636 BOOL usedDefaultChar = FALSE; in encode_code_page_strict() local
7637 BOOL *pusedDefaultChar = &usedDefaultChar; in encode_code_page_strict()
7650 pusedDefaultChar = &usedDefaultChar; in encode_code_page_strict()
7741 BOOL usedDefaultChar = FALSE, *pusedDefaultChar; in encode_code_page_errors() local
7771 pusedDefaultChar = &usedDefaultChar; in encode_code_page_errors()