Home
last modified time | relevance | path

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

/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/
H A Dfuzzed_data_provider.cpp170 auto raw_codepoint = ConsumeIntegral<jchar>(env, self); in ConsumeCharInternal() local
171 if (filter_surrogates && raw_codepoint >= 0xd800 && raw_codepoint < 0xe000) in ConsumeCharInternal()
172 raw_codepoint -= 0xd800; in ConsumeCharInternal()
173 return raw_codepoint; in ConsumeCharInternal()