Searched refs:nonDefaultUVS (Results 1 – 1 of 1) sorted by relevance
152 std::vector<uint32_t> nonDefaultUVS; member176 if (nonDefaultUVS.empty()) { in getNonDefaultUVSAsBinary()180 nonDefaultUVS.size() * 5 /* size of UVS Mapping Record */; in getNonDefaultUVSAsBinary()184 head = writeU32(nonDefaultUVS.size(), out.data(), head); in getNonDefaultUVSAsBinary()185 for (uint32_t codePoint : nonDefaultUVS) { in getNonDefaultUVSAsBinary()218 std::vector<uint8_t> nonDefaultUVS = record.getNonDefaultUVSAsBinary(); in buildCmapFormat14Table() local219 if (nonDefaultUVS.empty()) { in buildCmapFormat14Table()223 out.insert(out.end(), nonDefaultUVS.begin(), nonDefaultUVS.end()); in buildCmapFormat14Table()