Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-i18n.cc1169 bool is_result_single_byte; in RUNTIME_FUNCTION() local
1179 is_result_single_byte = ToUpperOneByte(src, result, &sharp_s_count); in RUNTIME_FUNCTION()
1184 is_result_single_byte = ToUpperOneByte(src, result, &sharp_s_count); in RUNTIME_FUNCTION()
1190 if (V8_UNLIKELY(!is_result_single_byte)) { in RUNTIME_FUNCTION()