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

/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py521 codepointstr = values[1] variable
527 if match('^U[0-9a-fA-F]+$', codepointstr):
528 codepoint = long(codepointstr[1:], 16)
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]},
532 #print raw_sequence, codepointstr
533 codepoint = keysymunicodedatabase[codepointstr]
[all...]

Completed in 82 milliseconds