Searched refs:keysymunicodedatabase (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py38 keysymunicodedatabase = {} variable
409 if keysymunicodedatabase.has_key(keysym):
410 return keysymunicodedatabase[keysym]
432 keysymunicodedatabase = process_keysymstxt() variable
529 elif keysymunicodedatabase.has_key(codepointstr):
530 #if keysymdatabase[codepointstr] != keysymunicodedatabase[codepointstr]:
531 #print "DIFFERENCE: 0x%(a)X 0x%(b)X" % { "a": keysymdatabase[codepointstr], "b": keysymunicodedatabase[codepointstr]},
533 codepoint = keysymunicodedatabase[codepointstr]

Completed in 315 milliseconds