HomeSort by relevance Sort by last modified time
    Searched full:unicodedatabase (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 39 unicodedatabase = {} variable
846 (name, decomposition, combiningclass) = unicodedatabase[codepoint]
879 unicodedatabase[codepoint] = [name, split('\s+', decomposition), combiningclass]
886 for item in unicodedatabase.keys():
887 (name, decomposition, combiningclass) = unicodedatabase[item]
    [all...]

Completed in 148 milliseconds