Home | History | Annotate | Download | only in Library

Lines Matching refs:Uni

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):
123 NewUni = Uni
131 # Check the language code read from .UNI file and convert RFC 4646 codes to RFC 1766 codes
135 # @param LangName: Language codes read from .UNI file
178 # Check the language code read from .UNI file and convert RFC 1766 codes to RFC 4646 codes if appropriate
182 # @param LangName: Language codes read from .UNI file
223 # Formated the entry in Uni file.
303 # A structure for .uni file definition
401 'The string token name %s in UNI file %s must be upper case character.' %(Name, self.File))
424 # Pre-process before parse .uni file
433 # Check file header of the Uni file
807 # Load a .uni file
889 # Load multiple .uni files
895 if FilePath.endswith('.uni') or FilePath.endswith('.UNI') or FilePath.endswith('.Uni'):
1042 # Read content from '!include' UNI file