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