Home
last modified time | relevance | path

Searched refs:UTF8_ONE_BYTE_CODE (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dvk_layer_utils.cpp32 static const uint8_t UTF8_ONE_BYTE_CODE = 0xC0; variable
54 } else if ((utf8[i] & UTF8_ONE_BYTE_MASK) == UTF8_ONE_BYTE_CODE) { in vk_string_validate()
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/
H A Dloader_common.h49 static const char UTF8_ONE_BYTE_CODE = 0xC0; variable
H A Dloader.c6489 } else if ((utf8[i] & UTF8_ONE_BYTE_MASK) == UTF8_ONE_BYTE_CODE) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/
H A Dloader.h74 static const char UTF8_ONE_BYTE_CODE = 0xC0; variable
H A Dloader.c6953 } else if ((utf8[i] & UTF8_ONE_BYTE_MASK) == UTF8_ONE_BYTE_CODE) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/
H A Dloader.h75 static const char UTF8_ONE_BYTE_CODE = 0xC0; variable
H A Dloader.c7708 } else if ((utf8[i] & UTF8_ONE_BYTE_MASK) == UTF8_ONE_BYTE_CODE) {