FreeRDP
fetch_language_identifiers Namespace Reference

Functions

def parse_html (text)
 
def is_base (num, base)
 
def padhexa (v)
 
def write_struct (fp, struct, name, url, base, inv=False, typemap=None)
 
def update_lang_identifiers (fp)
 
def update_code_pages (fp)
 
def update_input_locales (fp)
 

Variables

string intro
 

Function Documentation

◆ is_base()

def fetch_language_identifiers.is_base (   num,
  base 
)

◆ padhexa()

def fetch_language_identifiers.padhexa (   v)
Here is the caller graph for this function:

◆ parse_html()

def fetch_language_identifiers.parse_html (   text)
Here is the caller graph for this function:

◆ update_code_pages()

def fetch_language_identifiers.update_code_pages (   fp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_input_locales()

def fetch_language_identifiers.update_input_locales (   fp)
Here is the call graph for this function:

◆ update_lang_identifiers()

def fetch_language_identifiers.update_lang_identifiers (   fp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_struct()

def fetch_language_identifiers.write_struct (   fp,
  struct,
  name,
  url,
  base,
  inv = False,
  typemap = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ intro

string fetch_language_identifiers.intro
Initial value:
1 = '''/* This file is auto generated from
2  *
3  * https://docs.microsoft.com/en-us/windows/win32/intl/language-identifier-constants-and-strings
4  *
5  * please do not edit but use ./scripts/fetch_language_identifiers.py to regenerate!
6  */
7 
8 '''