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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathSupport.py 58 # @param Uni: The python unicode string
62 def UniToStr(Uni):
63 return repr(Uni)[2:-1]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 284 # apply get best language rules to the UNI language code list
286 # @param UniLanguageList: language code definition list in *.UNI file
448 # Create binary UNI string
596 # support ISO 639-2 codes in .UNI files of EDK Shell
598 Uni = UniFileClassObject(sorted (UniFilList), True, IncludePathList)
600 Uni = UniFileClassObject(sorted (UniFilList), IsCompatibleMode, IncludePathList)
606 Uni = SearchString(Uni, sorted (FileList), IsCompatibleMode)
608 HFile = CreateHFile(BaseName, Uni, IsCompatibleMode, UniGenCFlag)
611 CFile = CreateCFile(BaseName, Uni, IsCompatibleMode, FilterInfo)
    [all...]
UniClassObject.py 2 # This file is used to collect all defined strings in multiple uni files
52 # @param Uni: The python unicode string
56 def UniToStr(Uni):
57 return repr(Uni)[2:-1]
64 # @param Uni: The python unicode string
68 def UniToHexList(Uni):
70 for Item in Uni:
111 # Check the language code read from .UNI file and convert ISO 639-2 codes to RFC 4646 codes if appropriate
115 # @param LangName: Language codes read from .UNI file
222 # A structure for .uni file definition
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 2 # Collect all defined strings in multiple uni files.
15 Collect all defined strings in multiple uni files
90 # @param Uni: The python unicode string
94 def UniToStr(Uni):
95 return repr(Uni)[2:-1]
102 # @param Uni: The python unicode string
106 def UniToHexList(Uni):
108 for Item in Uni:
118 # @param Uni: The python unicode string
122 def ConvertSpecialUnicodes(Uni):
    [all...]

Completed in 623 milliseconds