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

  /external/bluetooth/glib/glib/
gunidecomp.c 172 int end = G_N_ELEMENTS (decomp_table);
174 if (ch >= decomp_table[start].ch &&
175 ch <= decomp_table[end - 1].ch)
180 if (ch == decomp_table[half].ch)
186 offset = decomp_table[half].compat_offset;
188 offset = decomp_table[half].canon_offset;
192 offset = decomp_table[half].canon_offset;
201 else if (ch > decomp_table[half].ch)
gunidecomp.h 1936 static const decomposition decomp_table[] = variable
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-0     [all...]

Completed in 270 milliseconds