Home
last modified time | relevance | path

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

/external/fonttools/MetaTools/
DbuildUCD.py101 full_ranges = []
106 full_ranges.append((last_end+1, start-1, default))
109 full_ranges.append((start, end, value))
112 full_ranges.append((last_end+1, MAX_UNICODE, default))
115 last_start, last_end, last_value = full_ranges.pop(0)
117 for start, end, value in full_ranges:
/external/mesa3d/src/imgui/
Dimgui_draw.cpp2259 …static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E… in GetGlyphRangesChineseSimplifiedCommon() local
2260 if (!full_ranges[0]) in GetGlyphRangesChineseSimplifiedCommon()
2262 memcpy(full_ranges, base_ranges, sizeof(base_ranges)); in GetGlyphRangesChineseSimplifiedCommon()
2263 …e_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(… in GetGlyphRangesChineseSimplifiedCommon()
2265 return &full_ranges[0]; in GetGlyphRangesChineseSimplifiedCommon()
2317 …static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E… in GetGlyphRangesJapanese() local
2318 if (!full_ranges[0]) in GetGlyphRangesJapanese()
2320 memcpy(full_ranges, base_ranges, sizeof(base_ranges)); in GetGlyphRangesJapanese()
2321 …e_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(… in GetGlyphRangesJapanese()
2323 return &full_ranges[0]; in GetGlyphRangesJapanese()