Searched refs:codepointToIsoCurrencyCode (Results 1 – 1 of 1) sorted by relevance
56 static Map<String, String> codepointToIsoCurrencyCode; field in GenerateDerivedAnnotations69 codepointToIsoCurrencyCode = ImmutableMap.copyOf(_codepointToIsoCurrencyCode);117 .addAll(codepointToIsoCurrencyCode.keySet()) in main()174 String currencyCode = codepointToIsoCurrencyCode.get(derivable); in main()