Searched refs:shortName (Results 1 – 3 of 3) sorted by relevance
75 private static void cacheShadowPair(String shortName, in cacheShadowPair() argument77 shortShadowKeyed.put(shortName, longName); in cacheShadowPair()78 longShadowKeyed.put(longName, shortName); in cacheShadowPair()
242 my $shortName = uc $listName;243 $shortName =~ s/_TEXT//;250 print Jfile "\tpublic static final int ADT_$shortName",258 print Jfile "\tpublic static final int ADT_$shortName";
380 my $shortName = uc $listName;381 $shortName =~ s/_TEXT//;389 print Hfile "#define\t${pfx_ADT}_$shortName\t$start\n" if $start;408 my $line = "\t${pfx_ADT}_$shortName"."_$id$start\t/* ";