Home | History | Annotate | Download | only in androidfw

Lines Matching refs:ancestor

68 // This also outputs the index of the last written ancestor in the stop_list
79 uint32_t ancestor = packed_locale;
82 if (out != nullptr) out[count] = ancestor;
85 if (stop_list[i] == ancestor) {
90 ancestor = findParent(ancestor, script);
91 } while (ancestor != PACKED_ROOT);
106 // ancestor, so the distance in the parent tree is the sum of the distance
107 // of 'supported' to the lowest common ancestor (number of ancestors
109 // lowest common ancestor (the index of the ancestor in request_ancestors).
151 // If we are here, neither left nor right are an ancestor of the
153 // the last ancestor is just the language by itself. We will use the
215 // A locale is like US English if we see "en" before "en-001" in its ancestor list.