Home
last modified time | relevance | path

Searched refs:unmapped (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/unicode/
H A Dgencodec.py79 unmapped = list(range(256))
86 unmapped.remove(i)
105 if enc in unmapped:
106 unmapped.remove(enc)
113 # If there are more identity-mapped entries than unmapped entries,
116 if len(identity) >= len(unmapped):
117 for enc in unmapped:
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc2170 int *unmapped = coords_length ? (int *) hb_calloc (coords_length, sizeof (coords[0])) : nullptr; in hb_font_set_var_coords_normalized() local
2173 if (unlikely (coords_length && !(copy && unmapped && design_coords))) in hb_font_set_var_coords_normalized()
2176 hb_free (unmapped); in hb_font_set_var_coords_normalized()
2184 memcpy (unmapped, coords, coords_length * sizeof (coords[0])); in hb_font_set_var_coords_normalized()
2188 font->face->table.avar->unmap_coords (unmapped, coords_length); in hb_font_set_var_coords_normalized()
2190 design_coords[i] = font->face->table.fvar->unnormalize_axis_value (i, unmapped[i]); in hb_font_set_var_coords_normalized()
2191 hb_free (unmapped); in hb_font_set_var_coords_normalized()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DWriteIndicCharts.java119 boolean unmapped = false; in writeIICharts()
135 unmapped=true; in writeIICharts()
156 }else if(unmapped){ in writeIICharts()
/third_party/glslang/SPIRV/
H A DSPVRemapper.h130 static const spv::Id unmapped; // unchanged from default value member in spv::spirvbin_t
199 bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) == unmapped; } in isOldIdUnmapped()
H A DSPVRemapper.cpp255 const spv::Id spirvbin_t::unmapped = spv::Id(-10000); member in spv::spirvbin_t
279 if (newId != unmapped && newId != unused) { in localId()
339 assert(id != unused && id != unmapped); in applyMap()
356 // Find a new mapping for any used but unmapped IDs in mapRemainder()
502 [this](spv::Id& id) { localId(id, unmapped); } in buildLocalMaps()
575 // Circular buffer so we can look back at previous unmapped values during the mapping pass. in processInstruction()
1499 mapRemainder(); // map any unmapped IDs in remap()

Completed in 7 milliseconds