Home
last modified time | relevance | path

Searched refs:FileTypeUnicode (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditTitleBar.h42 FileTypeUnicode, enumerator
DEditTitleBar.c169 case FileTypeUnicode: in MainTitleBarRefresh()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DFileBuffer.c27 FileTypeUnicode,
954 FileBuffer.FileType = FileTypeUnicode; in FileBufferRead()
1295 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1311 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1327 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1347 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1501 if (FileBuffer.FileType == FileTypeUnicode) { in FileBufferSave()
DMainTextEditor.c458 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in MainCommandSwitchFileType()
461 MainEditor.FileBuffer->FileType = FileTypeUnicode; in MainCommandSwitchFileType()