Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Drender_text_harfbuzz.cc300 const UBlockCode current_block_code = ublock_getCode(iter.get()); in FindUnusualCharacter() local
301 if (current_block_code != first_block_code && in FindUnusualCharacter()
302 (first_block_unusual || IsUnusualBlockCode(current_block_code))) { in FindUnusualCharacter()
Drender_text_win.cc278 const UBlockCode current_block_code = ublock_getCode(iter.get()); in FindUnusualCharacter() local
279 if (current_block_code != first_block_code && in FindUnusualCharacter()
280 (first_block_unusual || IsUnusualBlockCode(current_block_code))) { in FindUnusualCharacter()