for (int i = 0; i < glyphLists.size(); i++) {
final GlyphList list = glyphLists.get(i);
if (list == null) {
continue;
}
final String glyphName = list.mapCodePointToGlyphName(codePoint);
if (glyphName == null) {
continue;
}
/* Make sure it maps back. Otherwise it must have come from a
* different list. */