HomeSort by relevance Sort by last modified time
    Searched refs:UTF16_IS_SURROGATE_FIRST (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
utf16_le.c 90 if (UTF16_IS_SURROGATE_FIRST(c1)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.h 155 #define UTF16_IS_SURROGATE_FIRST(c) (((c) & 0xfc) == 0xd8)

Completed in 72 milliseconds