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.h44 FileTypeUnicode, enumerator
DEditTitleBar.c172 case FileTypeUnicode: in MainTitleBarRefresh()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DFileBuffer.c27 FileTypeUnicode,
968 FileBuffer.FileType = FileTypeUnicode; in FileBufferRead()
1310 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1326 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1342 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1362 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in GetNewLine()
1518 if (FileBuffer.FileType == FileTypeUnicode) { in FileBufferSave()
DMainTextEditor.c458 if (MainEditor.FileBuffer->FileType == FileTypeUnicode) { in MainCommandSwitchFileType()
461 MainEditor.FileBuffer->FileType = FileTypeUnicode; in MainCommandSwitchFileType()