Searched refs:raw_codepoint (Results 1 – 1 of 1) sorted by relevance
170 auto raw_codepoint = ConsumeIntegral<jchar>(env, self); in ConsumeCharInternal() local171 if (filter_surrogates && raw_codepoint >= 0xd800 && raw_codepoint < 0xe000) in ConsumeCharInternal()172 raw_codepoint -= 0xd800; in ConsumeCharInternal()173 return raw_codepoint; in ConsumeCharInternal()