Home
last modified time | relevance | path

Searched defs:max_codepoint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp42 uint32_t max_codepoint; member
355 uint32_t max_codepoint = alphabet->max_codepoint; in alphabetLookup() local
/aosp_15_r20/frameworks/minikin/rust/
H A Dhyphenator.rs241 max_codepoint: u32, field
373 let max_codepoint = data.read_u32(8); in new() localVariable
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_draw.cpp2430 int max_codepoint = 0; in BuildLookupTable() local