Home | History | Annotate | Download | only in AutoGen

Lines Matching refs:Uni

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
355 EdkLogger.error('Unicode File Parser', FORMAT_INVALID, 'The string token name %s defined in UNI file %s contains the invalid character.' % (Name, self.File))
388 # Pre-process before parse .uni file
465 # Load a .uni file
525 EdkLogger.error('Unicode File Parser', FORMAT_INVALID, 'The string token name %s defined in UNI file %s contains the invalid character.' % (Name, self.File))
555 # Load multiple .uni files
699 a = UniFileClassObject([PathClass("C:\\Edk\\Strings.uni"), PathClass("C:\\Edk\\Strings2.uni")])