Searched refs:unsupportedSymbol (Results 1 – 1 of 1) sorted by relevance
277 final String unsupportedSymbol = getSpokenSymbolDescription(context, codePoint); in getDescriptionForCodePoint() local278 if (unsupportedSymbol != null) { in getDescriptionForCodePoint()279 return unsupportedSymbol; in getDescriptionForCodePoint()