├── JavaSrc
├── .gitignore
├── sun
│ ├── tools
│ │ ├── jconsole
│ │ │ ├── manifest
│ │ │ └── resources
│ │ │ │ ├── mbean.gif
│ │ │ │ ├── xobject.gif
│ │ │ │ ├── brandlogo.png
│ │ │ │ ├── connected16.png
│ │ │ │ ├── connected24.png
│ │ │ │ ├── expand-winlf.png
│ │ │ │ ├── collapse-winlf.png
│ │ │ │ ├── disconnected16.png
│ │ │ │ ├── disconnected24.png
│ │ │ │ ├── masthead-left.png
│ │ │ │ ├── masthead-right.png
│ │ │ │ └── mbeanserverdelegate.gif
│ │ └── serialver
│ │ │ ├── serialver.properties
│ │ │ ├── serialver_zh_CN.properties
│ │ │ └── serialver_ja.properties
│ ├── management
│ │ └── manifest
│ ├── net
│ │ ├── idn
│ │ │ └── uidna.spp
│ │ ├── spi
│ │ │ └── nameservice
│ │ │ │ └── dns
│ │ │ │ └── META-INF
│ │ │ │ └── services
│ │ │ │ └── sun.net.spi.nameservice.NameServiceDescriptor
│ │ └── httpserver
│ │ │ └── TimeSource.java
│ ├── util
│ │ ├── xml
│ │ │ └── META-INF
│ │ │ │ └── services
│ │ │ │ └── sun.util.spi.XmlPropertiesProvider
│ │ └── cldr
│ │ │ └── resources
│ │ │ └── 21_0_1
│ │ │ └── common
│ │ │ └── main
│ │ │ ├── aa_ET.xml
│ │ │ ├── af_ZA.xml
│ │ │ ├── ak_GH.xml
│ │ │ ├── am_ET.xml
│ │ │ ├── ar_AE.xml
│ │ │ ├── ar_BH.xml
│ │ │ ├── ar_EG.xml
│ │ │ ├── ar_IQ.xml
│ │ │ ├── ar_KW.xml
│ │ │ ├── ar_LY.xml
│ │ │ ├── ar_OM.xml
│ │ │ ├── ar_SD.xml
│ │ │ ├── as_IN.xml
│ │ │ ├── be_BY.xml
│ │ │ ├── bg_BG.xml
│ │ │ ├── bm_ML.xml
│ │ │ ├── bn_BD.xml
│ │ │ ├── bo_CN.xml
│ │ │ ├── bo_IN.xml
│ │ │ ├── br_FR.xml
│ │ │ ├── bs_BA.xml
│ │ │ ├── ca_ES.xml
│ │ │ ├── cs_CZ.xml
│ │ │ ├── cy_GB.xml
│ │ │ ├── da_DK.xml
│ │ │ ├── de_BE.xml
│ │ │ ├── de_DE.xml
│ │ │ ├── dz_BT.xml
│ │ │ ├── ee_GH.xml
│ │ │ ├── ee_TG.xml
│ │ │ ├── el_GR.xml
│ │ │ ├── en_AS.xml
│ │ │ ├── en_GY.xml
│ │ │ ├── en_MH.xml
│ │ │ ├── en_MP.xml
│ │ │ ├── en_MU.xml
│ │ │ ├── en_UM.xml
│ │ │ ├── en_US.xml
│ │ │ ├── en_VI.xml
│ │ │ ├── es_ES.xml
│ │ │ ├── et_EE.xml
│ │ │ ├── eu_ES.xml
│ │ │ ├── fa_IR.xml
│ │ │ ├── ff_SN.xml
│ │ │ ├── fi_FI.xml
│ │ │ ├── fo_FO.xml
│ │ │ ├── fr_BF.xml
│ │ │ ├── fr_BJ.xml
│ │ │ ├── fr_BL.xml
│ │ │ ├── fr_CD.xml
│ │ │ ├── fr_CF.xml
│ │ │ ├── fr_CG.xml
│ │ │ ├── fr_CI.xml
│ │ │ ├── fr_CM.xml
│ │ │ ├── fr_FR.xml
│ │ │ ├── fr_GA.xml
│ │ │ ├── fr_GF.xml
│ │ │ ├── fr_GP.xml
│ │ │ ├── fr_GQ.xml
│ │ │ ├── fr_MC.xml
│ │ │ ├── fr_MF.xml
│ │ │ ├── fr_MG.xml
│ │ │ ├── fr_ML.xml
│ │ │ ├── fr_MQ.xml
│ │ │ ├── fr_NE.xml
│ │ │ ├── fr_RE.xml
│ │ │ ├── fr_RW.xml
│ │ │ ├── fr_SN.xml
│ │ │ ├── fr_TD.xml
│ │ │ ├── fr_TG.xml
│ │ │ ├── fr_YT.xml
│ │ │ ├── ga_IE.xml
│ │ │ ├── gd_GB.xml
│ │ │ ├── gl_ES.xml
│ │ │ ├── gu_IN.xml
│ │ │ ├── gv_GB.xml
│ │ │ ├── he_IL.xml
│ │ │ ├── hi_IN.xml
│ │ │ ├── hr_HR.xml
│ │ │ ├── hu_HU.xml
│ │ │ ├── hy_AM.xml
│ │ │ ├── id_ID.xml
│ │ │ ├── ig_NG.xml
│ │ │ ├── ii_CN.xml
│ │ │ ├── is_IS.xml
│ │ │ ├── it_IT.xml
│ │ │ ├── ja_JP.xml
│ │ │ ├── ka_GE.xml
│ │ │ ├── ki_KE.xml
│ │ │ ├── kl_GL.xml
│ │ │ ├── km_KH.xml
│ │ │ ├── kn_IN.xml
│ │ │ ├── ko_KR.xml
│ │ │ ├── kw_GB.xml
│ │ │ ├── lg_UG.xml
│ │ │ ├── ln_CD.xml
│ │ │ ├── ln_CG.xml
│ │ │ ├── lo_LA.xml
│ │ │ ├── lt_LT.xml
│ │ │ ├── lu_CD.xml
│ │ │ ├── lv_LV.xml
│ │ │ ├── mg_MG.xml
│ │ │ ├── mk_MK.xml
│ │ │ ├── ml_IN.xml
│ │ │ ├── mr_IN.xml
│ │ │ ├── ms_MY.xml
│ │ │ ├── mt_MT.xml
│ │ │ ├── my_MM.xml
│ │ │ ├── nb_NO.xml
│ │ │ ├── nd_ZW.xml
│ │ │ ├── ne_NP.xml
│ │ │ ├── nl_NL.xml
│ │ │ ├── nn_NO.xml
│ │ │ ├── nr_ZA.xml
│ │ │ ├── om_ET.xml
│ │ │ ├── or_IN.xml
│ │ │ ├── pl_PL.xml
│ │ │ ├── ps_AF.xml
│ │ │ ├── pt_BR.xml
│ │ │ ├── rm_CH.xml
│ │ │ ├── rn_BI.xml
│ │ │ ├── ro_MD.xml
│ │ │ ├── ro_RO.xml
│ │ │ ├── ru_MD.xml
│ │ │ ├── ru_RU.xml
│ │ │ ├── rw_RW.xml
│ │ │ ├── se_NO.xml
│ │ │ ├── sg_CF.xml
│ │ │ ├── si_LK.xml
│ │ │ ├── sk_SK.xml
│ │ │ ├── sl_SI.xml
│ │ │ ├── sn_ZW.xml
│ │ │ ├── so_SO.xml
│ │ │ ├── sq_AL.xml
│ │ │ ├── ss_SZ.xml
│ │ │ ├── ss_ZA.xml
│ │ │ ├── st_ZA.xml
│ │ │ ├── sv_SE.xml
│ │ │ ├── sw_TZ.xml
│ │ │ ├── ta_IN.xml
│ │ │ ├── te_IN.xml
│ │ │ ├── th_TH.xml
│ │ │ ├── ti_ET.xml
│ │ │ ├── tn_ZA.xml
│ │ │ ├── to_TO.xml
│ │ │ ├── tr_TR.xml
│ │ │ ├── ts_ZA.xml
│ │ │ ├── uk_UA.xml
│ │ │ ├── ur_PK.xml
│ │ │ ├── ve_ZA.xml
│ │ │ ├── vi_VN.xml
│ │ │ ├── xh_ZA.xml
│ │ │ ├── yo_NG.xml
│ │ │ ├── zu_ZA.xml
│ │ │ ├── agq_CM.xml
│ │ │ ├── ar_001.xml
│ │ │ ├── asa_TZ.xml
│ │ │ ├── az_Latn.xml
│ │ │ ├── bas_CM.xml
│ │ │ ├── bem_ZM.xml
│ │ │ ├── bez_TZ.xml
│ │ │ ├── brx_IN.xml
│ │ │ ├── byn_ER.xml
│ │ │ ├── cgg_UG.xml
│ │ │ ├── chr_US.xml
│ │ │ ├── dav_KE.xml
│ │ │ ├── dje_NE.xml
│ │ │ ├── dua_CM.xml
│ │ │ ├── dyo_SN.xml
│ │ │ ├── ebu_KE.xml
│ │ │ ├── ewo_CM.xml
│ │ │ ├── fil_PH.xml
│ │ │ ├── fur_IT.xml
│ │ │ ├── gsw_CH.xml
│ │ │ ├── guz_KE.xml
│ │ │ ├── ha_Latn.xml
│ │ │ ├── haw_US.xml
│ │ │ ├── jmc_TZ.xml
│ │ │ ├── kab_DZ.xml
│ │ │ ├── kam_KE.xml
│ │ │ ├── kde_TZ.xml
│ │ │ ├── kea_CV.xml
│ │ │ ├── khq_ML.xml
│ │ │ ├── kk_Cyrl.xml
│ │ │ ├── kln_KE.xml
│ │ │ ├── kok_IN.xml
│ │ │ ├── ksb_TZ.xml
│ │ │ ├── ksf_CM.xml
│ │ │ ├── ksh_DE.xml
│ │ │ ├── lag_TZ.xml
│ │ │ ├── luo_KE.xml
│ │ │ ├── luy_KE.xml
│ │ │ ├── mas_KE.xml
│ │ │ ├── mer_KE.xml
│ │ │ ├── mfe_MU.xml
│ │ │ ├── mgh_MZ.xml
│ │ │ ├── mua_CM.xml
│ │ │ ├── naq_NA.xml
│ │ │ ├── nmg_CM.xml
│ │ │ ├── nso_ZA.xml
│ │ │ ├── nus_SD.xml
│ │ │ ├── nyn_UG.xml
│ │ │ ├── pa_Guru.xml
│ │ │ ├── rof_TZ.xml
│ │ │ ├── rwk_TZ.xml
│ │ │ ├── sah_RU.xml
│ │ │ ├── saq_KE.xml
│ │ │ ├── sbp_TZ.xml
│ │ │ ├── seh_MZ.xml
│ │ │ ├── ses_ML.xml
│ │ │ ├── shi_Latn.xml
│ │ │ ├── sr_Cyrl.xml
│ │ │ ├── ssy_ER.xml
│ │ │ ├── swc_CD.xml
│ │ │ ├── teo_UG.xml
│ │ │ ├── tg_Cyrl.xml
│ │ │ ├── tig_ER.xml
│ │ │ ├── twq_NE.xml
│ │ │ ├── tzm_Latn.xml
│ │ │ ├── vai_Vaii.xml
│ │ │ ├── vun_TZ.xml
│ │ │ ├── wae_CH.xml
│ │ │ ├── wal_ET.xml
│ │ │ ├── xog_UG.xml
│ │ │ ├── yav_CM.xml
│ │ │ ├── zh_Hans.xml
│ │ │ ├── es_SV.xml
│ │ │ ├── az_Cyrl_AZ.xml
│ │ │ ├── az_Latn_AZ.xml
│ │ │ ├── en_Dsrt_US.xml
│ │ │ ├── ha_Latn_GH.xml
│ │ │ ├── ha_Latn_NE.xml
│ │ │ ├── ha_Latn_NG.xml
│ │ │ ├── kk_Cyrl_KZ.xml
│ │ │ ├── pa_Arab_PK.xml
│ │ │ ├── pa_Guru_IN.xml
│ │ │ ├── pt_GW.xml
│ │ │ ├── sr_Cyrl_ME.xml
│ │ │ ├── sr_Cyrl_RS.xml
│ │ │ ├── sr_Latn_BA.xml
│ │ │ ├── sr_Latn_RS.xml
│ │ │ ├── tg_Cyrl_TJ.xml
│ │ │ ├── uz_Cyrl_UZ.xml
│ │ │ ├── uz_Latn_UZ.xml
│ │ │ ├── zh_Hans_CN.xml
│ │ │ ├── zh_Hant_TW.xml
│ │ │ ├── shi_Latn_MA.xml
│ │ │ ├── shi_Tfng_MA.xml
│ │ │ ├── tzm_Latn_MA.xml
│ │ │ ├── vai_Latn_LR.xml
│ │ │ ├── vai_Vaii_LR.xml
│ │ │ ├── uz_Cyrl.xml
│ │ │ ├── uz_Arab_AF.xml
│ │ │ ├── aa_ER.xml
│ │ │ ├── fr_BI.xml
│ │ │ ├── fr_DJ.xml
│ │ │ ├── fr_GN.xml
│ │ │ ├── fr_KM.xml
│ │ │ ├── nl_AW.xml
│ │ │ ├── nl_CW.xml
│ │ │ ├── nl_SX.xml
│ │ │ ├── om_KE.xml
│ │ │ ├── pt_ST.xml
│ │ │ ├── so_DJ.xml
│ │ │ ├── so_ET.xml
│ │ │ ├── so_KE.xml
│ │ │ ├── st_LS.xml
│ │ │ ├── ta_LK.xml
│ │ │ ├── es_DO.xml
│ │ │ ├── es_MX.xml
│ │ │ ├── es_NI.xml
│ │ │ ├── mas_TZ.xml
│ │ │ ├── teo_KE.xml
│ │ │ ├── pt_AO.xml
│ │ │ ├── pt_MZ.xml
│ │ │ ├── en_GU.xml
│ │ │ ├── de_LU.xml
│ │ │ ├── en_BB.xml
│ │ │ ├── en_BM.xml
│ │ │ ├── el_CY.xml
│ │ │ ├── sw_KE.xml
│ │ │ ├── es_BO.xml
│ │ │ ├── es_CR.xml
│ │ │ ├── en_PH.xml
│ │ │ ├── es_GQ.xml
│ │ │ ├── fr_LU.xml
│ │ │ ├── de_LI.xml
│ │ │ ├── en_NA.xml
│ │ │ ├── en_TT.xml
│ │ │ ├── ar_QA.xml
│ │ │ ├── ar_SA.xml
│ │ │ ├── ar_YE.xml
│ │ │ ├── aa_DJ.xml
│ │ │ ├── es_VE.xml
│ │ │ ├── es_PY.xml
│ │ │ ├── es_UY.xml
│ │ │ ├── ur_IN.xml
│ │ │ ├── ar_JO.xml
│ │ │ ├── ar_LB.xml
│ │ │ └── ms_BN.xml
│ ├── text
│ │ └── resources
│ │ │ ├── ubidi.icu
│ │ │ ├── unorm.icu
│ │ │ ├── uprops.icu
│ │ │ └── th
│ │ │ └── thai_dict
│ ├── print
│ │ └── resources
│ │ │ ├── duplex.png
│ │ │ ├── tumble.png
│ │ │ ├── oneside.png
│ │ │ ├── orientPortrait.png
│ │ │ ├── orientLandscape.png
│ │ │ ├── orientRevLandscape.png
│ │ │ └── orientRevPortrait.png
│ ├── dc
│ │ └── META-INF
│ │ │ └── services
│ │ │ └── sun.java2d.pipe.RenderingEngine
│ ├── awt
│ │ ├── resources
│ │ │ ├── security-icon-bw16.png
│ │ │ ├── security-icon-bw24.png
│ │ │ ├── security-icon-bw32.png
│ │ │ ├── security-icon-bw48.png
│ │ │ ├── security-icon-interim16.png
│ │ │ ├── security-icon-interim24.png
│ │ │ ├── security-icon-interim32.png
│ │ │ ├── security-icon-interim48.png
│ │ │ ├── security-icon-yellow16.png
│ │ │ ├── security-icon-yellow24.png
│ │ │ ├── security-icon-yellow32.png
│ │ │ └── security-icon-yellow48.png
│ │ ├── image
│ │ │ └── BadDepthException.java
│ │ └── Graphics2Delegate.java
│ ├── java2d
│ │ ├── pisces
│ │ │ └── META-INF
│ │ │ │ └── services
│ │ │ │ └── sun.java2d.pipe.RenderingEngine
│ │ └── cmm
│ │ │ └── lcms
│ │ │ └── META-INF
│ │ │ └── services
│ │ │ └── sun.java2d.cmm.CMMServiceProvider
│ ├── reflect
│ │ └── generics
│ │ │ └── tree
│ │ │ ├── ReturnType.java
│ │ │ └── Tree.java
│ ├── audio
│ │ ├── AudioSecurityAction.java
│ │ └── AudioSecurityExceptionAction.java
│ ├── invoke
│ │ ├── package-info.java
│ │ └── util
│ │ │ └── package-info.java
│ ├── nio
│ │ └── cs
│ │ │ └── HistoricallyNamedCharset.java
│ └── font
│ │ └── GlyphDisposedListener.java
├── AQS.enq(final Node node).png
├── java
│ ├── lang
│ │ └── doc-files
│ │ │ ├── chi.gif
│ │ │ ├── iota.gif
│ │ │ ├── capchi.gif
│ │ │ ├── sigma1.gif
│ │ │ ├── theta.gif
│ │ │ ├── capiota.gif
│ │ │ ├── capsigma.gif
│ │ │ ├── captheta.gif
│ │ │ ├── capupsil.gif
│ │ │ ├── upsilon.gif
│ │ │ ├── javalang.doc.anc21.gif
│ │ │ ├── javalang.doc.anc38.gif
│ │ │ ├── javalang.doc.anc40.gif
│ │ │ └── javalang.doc.anc41.gif
│ ├── awt
│ │ └── doc-files
│ │ │ ├── Label-1.gif
│ │ │ ├── List-1.gif
│ │ │ ├── Button-1.gif
│ │ │ ├── Checkbox-1.gif
│ │ │ ├── Choice-1.gif
│ │ │ ├── FocusCycle.gif
│ │ │ ├── MenuBar-1.gif
│ │ │ ├── TextArea-1.gif
│ │ │ ├── FlowLayout-1.gif
│ │ │ ├── GridLayout-1.gif
│ │ │ ├── GridLayout-2.gif
│ │ │ ├── MultiScreen.gif
│ │ │ ├── Scrollbar-1.gif
│ │ │ ├── Scrollbar-2.gif
│ │ │ ├── TextField-1.gif
│ │ │ ├── BorderLayout-1.gif
│ │ │ ├── CheckboxGroup-1.gif
│ │ │ ├── FontMetrics-1.gif
│ │ │ ├── GridBagLayout-1.gif
│ │ │ ├── GridBagLayout-2.gif
│ │ │ ├── modal-example1.gif
│ │ │ ├── modal-example2.gif
│ │ │ ├── modal-example3.gif
│ │ │ ├── modal-example4.gif
│ │ │ ├── LinearGradientPaint.png
│ │ │ ├── GridBagLayout-baseline.png
│ │ │ ├── ImplicitFocusTransfer.gif
│ │ │ ├── RadialGradientPaint-1.png
│ │ │ ├── RadialGradientPaint-2.png
│ │ │ ├── RadialGradientPaint-3.png
│ │ │ └── RadialGradientPaint-4.png
│ ├── net
│ │ └── InetAddressContainer.java
│ └── util
│ │ └── EventListener.java
└── .idea
│ ├── codeStyles
│ ├── codeStyleConfig.xml
│ └── Project.xml
│ ├── vcs.xml
│ ├── modules.xml
│ ├── misc.xml
│ └── java.iml
├── .gitignore
├── JavaXmind.xmind
└── README.md
/JavaSrc/.gitignore:
--------------------------------------------------------------------------------
1 | /.idea/
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /JavaSrc/.idea/
2 |
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/manifest:
--------------------------------------------------------------------------------
1 | Main-Class: sun.tools.jconsole.JConsole
2 |
--------------------------------------------------------------------------------
/JavaXmind.xmind:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaXmind.xmind
--------------------------------------------------------------------------------
/JavaSrc/sun/management/manifest:
--------------------------------------------------------------------------------
1 | Premain-Class: sun.management.Agent
2 | Agent-Class: sun.management.Agent
3 |
4 |
--------------------------------------------------------------------------------
/JavaSrc/sun/net/idn/uidna.spp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/net/idn/uidna.spp
--------------------------------------------------------------------------------
/JavaSrc/sun/util/xml/META-INF/services/sun.util.spi.XmlPropertiesProvider:
--------------------------------------------------------------------------------
1 | sun.util.xml.PlatformXmlPropertiesProvider
2 |
--------------------------------------------------------------------------------
/JavaSrc/AQS.enq(final Node node).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/AQS.enq(final Node node).png
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/chi.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/chi.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/iota.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/iota.gif
--------------------------------------------------------------------------------
/JavaSrc/sun/text/resources/ubidi.icu:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/text/resources/ubidi.icu
--------------------------------------------------------------------------------
/JavaSrc/sun/text/resources/unorm.icu:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/text/resources/unorm.icu
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/Label-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/Label-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/List-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/List-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/capchi.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/capchi.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/sigma1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/sigma1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/theta.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/theta.gif
--------------------------------------------------------------------------------
/JavaSrc/sun/print/resources/duplex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/print/resources/duplex.png
--------------------------------------------------------------------------------
/JavaSrc/sun/print/resources/tumble.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/print/resources/tumble.png
--------------------------------------------------------------------------------
/JavaSrc/sun/text/resources/uprops.icu:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/text/resources/uprops.icu
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/Button-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/Button-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/Checkbox-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/Checkbox-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/Choice-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/Choice-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/FocusCycle.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/FocusCycle.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/MenuBar-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/MenuBar-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/TextArea-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/TextArea-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/capiota.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/capiota.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/capsigma.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/capsigma.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/captheta.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/captheta.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/capupsil.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/capupsil.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/upsilon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/upsilon.gif
--------------------------------------------------------------------------------
/JavaSrc/sun/dc/META-INF/services/sun.java2d.pipe.RenderingEngine:
--------------------------------------------------------------------------------
1 | # Ductus Rendering Engine module
2 | sun.dc.DuctusRenderingEngine
3 |
--------------------------------------------------------------------------------
/JavaSrc/sun/print/resources/oneside.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/print/resources/oneside.png
--------------------------------------------------------------------------------
/JavaSrc/sun/text/resources/th/thai_dict:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/text/resources/th/thai_dict
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/FlowLayout-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/FlowLayout-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/GridLayout-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/GridLayout-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/GridLayout-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/GridLayout-2.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/MultiScreen.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/MultiScreen.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/Scrollbar-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/Scrollbar-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/Scrollbar-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/Scrollbar-2.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/TextField-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/TextField-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/BorderLayout-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/BorderLayout-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/CheckboxGroup-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/CheckboxGroup-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/FontMetrics-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/FontMetrics-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/GridBagLayout-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/GridBagLayout-1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/GridBagLayout-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/GridBagLayout-2.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/modal-example1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/modal-example1.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/modal-example2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/modal-example2.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/modal-example3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/modal-example3.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/modal-example4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/modal-example4.gif
--------------------------------------------------------------------------------
/JavaSrc/sun/print/resources/orientPortrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/print/resources/orientPortrait.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/mbean.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/mbean.gif
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-bw16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-bw16.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-bw24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-bw24.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-bw32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-bw32.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-bw48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-bw48.png
--------------------------------------------------------------------------------
/JavaSrc/sun/print/resources/orientLandscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/print/resources/orientLandscape.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/xobject.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/xobject.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/LinearGradientPaint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/LinearGradientPaint.png
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/javalang.doc.anc21.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/javalang.doc.anc21.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/javalang.doc.anc38.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/javalang.doc.anc38.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/javalang.doc.anc40.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/javalang.doc.anc40.gif
--------------------------------------------------------------------------------
/JavaSrc/java/lang/doc-files/javalang.doc.anc41.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/lang/doc-files/javalang.doc.anc41.gif
--------------------------------------------------------------------------------
/JavaSrc/sun/java2d/pisces/META-INF/services/sun.java2d.pipe.RenderingEngine:
--------------------------------------------------------------------------------
1 | # Pisces Rendering Engine module
2 | sun.java2d.pisces.PiscesRenderingEngine
3 |
--------------------------------------------------------------------------------
/JavaSrc/sun/print/resources/orientRevLandscape.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/print/resources/orientRevLandscape.png
--------------------------------------------------------------------------------
/JavaSrc/sun/print/resources/orientRevPortrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/print/resources/orientRevPortrait.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/brandlogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/brandlogo.png
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/GridBagLayout-baseline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/GridBagLayout-baseline.png
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/ImplicitFocusTransfer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/ImplicitFocusTransfer.gif
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/RadialGradientPaint-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/RadialGradientPaint-1.png
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/RadialGradientPaint-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/RadialGradientPaint-2.png
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/RadialGradientPaint-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/RadialGradientPaint-3.png
--------------------------------------------------------------------------------
/JavaSrc/java/awt/doc-files/RadialGradientPaint-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/java/awt/doc-files/RadialGradientPaint-4.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-interim16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-interim16.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-interim24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-interim24.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-interim32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-interim32.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-interim48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-interim48.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-yellow16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-yellow16.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-yellow24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-yellow24.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-yellow32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-yellow32.png
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/resources/security-icon-yellow48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/awt/resources/security-icon-yellow48.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/connected16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/connected16.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/connected24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/connected24.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/expand-winlf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/expand-winlf.png
--------------------------------------------------------------------------------
/JavaSrc/sun/java2d/cmm/lcms/META-INF/services/sun.java2d.cmm.CMMServiceProvider:
--------------------------------------------------------------------------------
1 | # Little CMS color management module
2 | sun.java2d.cmm.lcms.LcmsServiceProvider
3 |
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/collapse-winlf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/collapse-winlf.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/disconnected16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/disconnected16.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/disconnected24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/disconnected24.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/masthead-left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/masthead-left.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/masthead-right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/masthead-right.png
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/jconsole/resources/mbeanserverdelegate.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/happyfeetw/JavaNotes/HEAD/JavaSrc/sun/tools/jconsole/resources/mbeanserverdelegate.gif
--------------------------------------------------------------------------------
/JavaSrc/sun/net/spi/nameservice/dns/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor:
--------------------------------------------------------------------------------
1 | # dns service provider descriptor
2 | sun.net.spi.nameservice.dns.DNSNameServiceDescriptor
3 |
--------------------------------------------------------------------------------
/JavaSrc/.idea/codeStyles/codeStyleConfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/JavaSrc/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JavaSrc/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JavaSrc/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/aa_ET.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/af_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ak_GH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/am_ET.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_AE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_BH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_EG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_IQ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_KW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_LY.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_OM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_SD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/as_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/be_BY.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bg_BG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bm_ML.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bn_BD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bo_CN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bo_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/br_FR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bs_BA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ca_ES.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/cs_CZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/cy_GB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/da_DK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/de_BE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/de_DE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/dz_BT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ee_GH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ee_TG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/el_GR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_AS.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_GY.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_MH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_MP.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_MU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_UM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_US.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_VI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_ES.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/et_EE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/eu_ES.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fa_IR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ff_SN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fi_FI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fo_FO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_BF.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_BJ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_BL.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_CD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_CF.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_CG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_CI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_FR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_GA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_GF.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_GP.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_GQ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_MC.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_MF.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_MG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_ML.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_MQ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_NE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_RE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_RW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_SN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_TD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_TG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_YT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ga_IE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/gd_GB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/gl_ES.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/gu_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/gv_GB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/he_IL.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/hi_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/hr_HR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/hu_HU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/hy_AM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/id_ID.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ig_NG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ii_CN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/is_IS.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/it_IT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ja_JP.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ka_GE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ki_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kl_GL.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/km_KH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kn_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ko_KR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kw_GB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/lg_UG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ln_CD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ln_CG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/lo_LA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/lt_LT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/lu_CD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/lv_LV.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mg_MG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mk_MK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ml_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mr_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ms_MY.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mt_MT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/my_MM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nb_NO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nd_ZW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ne_NP.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nl_NL.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nn_NO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nr_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/om_ET.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/or_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pl_PL.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ps_AF.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pt_BR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/rm_CH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/rn_BI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ro_MD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ro_RO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ru_MD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ru_RU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/rw_RW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/se_NO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sg_CF.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/si_LK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sk_SK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sl_SI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sn_ZW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/so_SO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sq_AL.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ss_SZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ss_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/st_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sv_SE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sw_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ta_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/te_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/th_TH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ti_ET.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/tn_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/to_TO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/tr_TR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ts_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/uk_UA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ur_PK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ve_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/vi_VN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/xh_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/yo_NG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/zu_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/agq_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_001.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/asa_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/az_Latn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bas_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bem_ZM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/bez_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/brx_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/byn_ER.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/cgg_UG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/chr_US.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/dav_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/dje_NE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/dua_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/dyo_SN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ebu_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ewo_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fil_PH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fur_IT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/gsw_CH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/guz_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ha_Latn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/haw_US.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/jmc_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kab_DZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kam_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kde_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kea_CV.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/khq_ML.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kk_Cyrl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kln_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kok_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ksb_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ksf_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ksh_DE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/lag_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/luo_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/luy_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mas_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mer_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mfe_MU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mgh_MZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mua_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/naq_NA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nmg_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nso_ZA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nus_SD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nyn_UG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pa_Guru.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/rof_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/rwk_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sah_RU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/saq_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sbp_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/seh_MZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ses_ML.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/shi_Latn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sr_Cyrl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ssy_ER.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/swc_CD.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/teo_UG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/tg_Cyrl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/tig_ER.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/twq_NE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/tzm_Latn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/vai_Vaii.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/vun_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/wae_CH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/wal_ET.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/xog_UG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/yav_CM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/zh_Hans.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_SV.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/az_Cyrl_AZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/az_Latn_AZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_Dsrt_US.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ha_Latn_GH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ha_Latn_NE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ha_Latn_NG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/kk_Cyrl_KZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pa_Arab_PK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pa_Guru_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pt_GW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | pt_PT
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sr_Cyrl_ME.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sr_Cyrl_RS.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sr_Latn_BA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sr_Latn_RS.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/tg_Cyrl_TJ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/uz_Cyrl_UZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/uz_Latn_UZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/zh_Hans_CN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/zh_Hant_TW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/shi_Latn_MA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/shi_Tfng_MA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/tzm_Latn_MA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/vai_Latn_LR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/vai_Vaii_LR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/uz_Cyrl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/.idea/java.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/uz_Arab_AF.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/aa_ER.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Nfk
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_BI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | FBu
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_DJ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Fdj
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_GN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | FG
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_KM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | CF
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nl_AW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Afl.
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nl_CW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | NAf.
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/nl_SX.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | NAf.
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/om_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Ksh
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pt_ST.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Db
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/so_DJ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Fdj
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/so_ET.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Br
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/so_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Ksh
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/st_LS.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | M
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ta_LK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Rs.
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_DO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | $
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_MX.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | $
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_NI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | C$
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/mas_TZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | TSh
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/teo_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Ksh
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pt_AO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | pt_PT
11 |
12 |
13 |
14 | Kz
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/pt_MZ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | pt_PT
11 |
12 |
13 |
14 | MTn
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_GU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | ChST
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/JavaSrc/.idea/codeStyles/Project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/de_LU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | F
14 | .
15 | ,
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_BB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | $
14 |
15 |
16 | US$
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_BM.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | $
14 |
15 |
16 | US$
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/el_CY.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | ¤#,##0.00
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/sw_KE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | ¤#,##0.00
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/serialver/serialver.properties:
--------------------------------------------------------------------------------
1 | SerialVersionInspector=Serial Version Inspector
2 | File=File
3 | Exit=Exit
4 | Show=Show
5 | FullClassName=Full Class Name:
6 | SerialVersion=Serial Version:
7 | NotSerializable=\
8 | Class {0} is not Serializable.
9 | ClassNotFound=\
10 | Class {0} not found.
11 | error.parsing.classpath=\
12 | Error parsing classpath {0}.
13 | error.missing.classpath=\
14 | Missing argument for -classpath option
15 | invalid.flag=\
16 | Invalid flag {0}.
17 | ignoring.classes=\
18 | Cannot specify class arguments with the -show option
19 | usage=\
20 | use: serialver [-classpath classpath] [-show] [classname...]
21 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_BO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | ,
13 | .
14 |
15 |
16 |
17 | Bs
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_CR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | ,
13 | .
14 |
15 |
16 |
17 | ₡
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_PH.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Peso
14 | ₱
15 |
16 |
17 | US$
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_GQ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | ¤#,##0.00
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/fr_LU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | .
13 |
14 |
15 |
16 | FRF
17 |
18 |
19 | F
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/de_LI.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | .
13 | '
14 |
15 |
16 |
17 |
18 | ¤ #,##0.00
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/serialver/serialver_zh_CN.properties:
--------------------------------------------------------------------------------
1 | SerialVersionInspector=\u5E8F\u5217\u7248\u672C\u68C0\u67E5\u5668
2 | File=\u6587\u4EF6
3 | Exit=\u9000\u51FA
4 | Show=\u663E\u793A
5 | FullClassName=\u5B8C\u6574\u7684\u7C7B\u540D:
6 | SerialVersion=\u5E8F\u5217\u7248\u672C:
7 | NotSerializable=\u7C7B{0}\u65E0\u6CD5\u5E8F\u5217\u5316\u3002
8 | ClassNotFound=\u627E\u4E0D\u5230\u7C7B{0}\u3002
9 | error.parsing.classpath=\u89E3\u6790\u7C7B\u8DEF\u5F84 {0} \u65F6\u51FA\u9519\u3002
10 | error.missing.classpath=\u7F3A\u5C11 -classpath \u9009\u9879\u7684\u53C2\u6570
11 | invalid.flag=\u65E0\u6548\u6807\u8BB0{0}\u3002
12 | ignoring.classes=\u65E0\u6CD5\u4F7F\u7528 -show \u9009\u9879\u6307\u5B9A\u7C7B\u53C2\u6570
13 | usage=\u7528\u6CD5: serialver [-classpath \u7C7B\u8DEF\u5F84] [-show] [\u7C7B\u540D\u79F0...]
14 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_NA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | ¤#,##0.00
15 |
16 |
17 |
18 |
19 |
20 | $
21 |
22 |
23 | US$
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/en_TT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | ¤#,##0.00
15 |
16 |
17 |
18 |
19 |
20 | $
21 |
22 |
23 | US$
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_QA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | #0.###;#0.###-
15 |
16 |
17 |
18 |
19 |
20 |
21 | ¤#0.00
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_SA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | #0.###;#0.###-
15 |
16 |
17 |
18 |
19 |
20 |
21 | ¤#0.00
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_YE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 | #0.###;#0.###-
15 |
16 |
17 |
18 |
19 |
20 |
21 | ¤#0.00
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/aa_DJ.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Leqeeni
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | Fdj
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_VE.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | ,
13 | .
14 |
15 |
16 |
17 |
18 | ¤#,##0.00;¤-#,##0.00
19 |
20 |
21 |
22 |
23 |
24 | Bs.F.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_PY.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | ,
13 | .
14 |
15 |
16 |
17 |
18 | ¤ #,##0.00;¤ -#,##0.00
19 |
20 |
21 |
22 |
23 |
24 | ₲
25 |
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/es_UY.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | ,
13 | .
14 |
15 |
16 |
17 |
18 | ¤ #,##0.00;(¤ #,##0.00)
19 |
20 |
21 |
22 |
23 |
24 | $
25 |
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/JavaSrc/sun/tools/serialver/serialver_ja.properties:
--------------------------------------------------------------------------------
1 | SerialVersionInspector=\u30B7\u30EA\u30A2\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3\u30FB\u30A4\u30F3\u30B9\u30DA\u30AF\u30BF
2 | File=\u30D5\u30A1\u30A4\u30EB
3 | Exit=\u7D42\u4E86
4 | Show=\u8868\u793A
5 | FullClassName=\u5B8C\u5168\u30AF\u30E9\u30B9\u540D:
6 | SerialVersion=\u30B7\u30EA\u30A2\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3:
7 | NotSerializable=\u30AF\u30E9\u30B9{0}\u306F\u76F4\u5217\u5316\u3067\u304D\u307E\u305B\u3093\u3002
8 | ClassNotFound=\u30AF\u30E9\u30B9{0}\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
9 | error.parsing.classpath=\u30AF\u30E9\u30B9\u30D1\u30B9{0}\u306E\u89E3\u6790\u30A8\u30E9\u30FC\u3067\u3059\u3002
10 | error.missing.classpath=-classpath\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u5F15\u6570\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
11 | invalid.flag=\u7121\u52B9\u306A\u30D5\u30E9\u30B0{0}\u3002
12 | ignoring.classes=-show\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6301\u3064\u30AF\u30E9\u30B9\u5F15\u6570\u3092\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093
13 | usage=\u4F7F\u7528\u65B9\u6CD5: serialver [-classpath classpath] [-show] [classname...]
14 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ur_IN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | arabext
12 |
13 |
14 |
15 | #,##,##0.###
16 |
17 |
18 |
19 |
20 |
21 |
22 | #,##,##0%
23 |
24 |
25 |
26 |
27 |
28 |
29 | ¤ #,##,##0.00
30 |
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_JO.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | كانون الثاني
17 | شباط
18 | آذار
19 | نيسان
20 | أيار
21 | حزيران
22 | تموز
23 | آب
24 | أيلول
25 | تشرين الأول
26 | تشرين الثاني
27 | كانون الأول
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ar_LB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | كانون الثاني
17 | شباط
18 | آذار
19 | نيسان
20 | أيار
21 | حزيران
22 | تموز
23 | آب
24 | أيلول
25 | تشرين الأول
26 | تشرين الثاني
27 | كانون الأول
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/JavaSrc/sun/util/cldr/resources/21_0_1/common/main/ms_BN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | dd MMMM y
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | ,
26 | .
27 |
28 |
29 |
30 |
31 | ¤ #,##0.00
32 |
33 |
34 |
35 |
36 |
37 | $
38 |
39 |
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 写在前面
2 | 受@dagewocuole2012老师的建议启发, 将零散的知识点进行结构化梳理, 形成自己的认知体系.
3 |
4 | 感谢在我人生路上一直陪伴我、帮助我、鼓励我的可爱的人们.
5 | # JavaNotes
6 | 本项目基于*Java8*.
7 |
8 |
9 | 自用的Java知识梳理图, 随时更新.
10 |
11 |
12 | 欢迎新老Javaer一同交流.
13 |
14 |
15 | 如果感觉有用, 请star支持一下~
16 |
17 |
18 | 意见和建议请开issue交流.
19 |
20 |
21 | 欢迎fork并提出pr共同建设 :)
22 |
23 |
24 | # 本项目使用方法
25 | 本项目以文件形式组织, 请直接下载对应的xmind文件到本地.
26 |
27 |
28 | 后续会陆续完善文件组织的形式.
29 |
30 |
31 | # 共同建设
32 | + fork本项目到你的本地
33 | + 创建你自己的分支, 并在分支上修改文件内容
34 | + 修改完成后请以文本形式总结描述修改的内容
35 | + 提交pr
36 |
37 | # 参考
38 | 本项目JVM部分大量引用 *周志明* 先生的《深入理解Java虚拟机》(第二版)一书.
39 |
40 | 本书最新版为第三版. 如有出入, 请以书中内容为准.
41 |
42 | 未来有关分布式中间件的部分内容将会参考 *丁威* 先生的多篇源码分析专题.
43 |
44 | *丁威* 先生的CSDN主页: https://me.csdn.net/prestigeding
45 |
46 |
47 | # 更多交流
48 | https://gitter.im/spikeJava/community
49 |
50 |
51 | # JavaNotes-En
52 | A graphic note about Java and relevant techs for self-teaching. Will be updated consistently.
53 |
54 |
55 | As the comments in Java sourcecode and Java docs are the best materials to learn, you should go directly to read them if you are a native English speaker or have a good capacity of using English.
56 |
57 |
58 | If you still want to read this note for a purpose such as learning Chinese (just kidding), you are warmly welcome to open an issue and discuss with me :)
59 |
--------------------------------------------------------------------------------
/JavaSrc/java/net/InetAddressContainer.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package java.net;
27 |
28 | class InetAddressContainer {
29 | InetAddress addr;
30 | }
31 |
--------------------------------------------------------------------------------
/JavaSrc/sun/net/httpserver/TimeSource.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.net.httpserver;
27 |
28 | interface TimeSource {
29 | public long getTime();
30 | }
31 |
--------------------------------------------------------------------------------
/JavaSrc/sun/reflect/generics/tree/ReturnType.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.reflect.generics.tree;
27 |
28 | public interface ReturnType extends TypeTree{}
29 |
--------------------------------------------------------------------------------
/JavaSrc/sun/audio/AudioSecurityAction.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 1999, 2002, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.audio;
27 |
28 | public interface AudioSecurityAction {
29 | Object run();
30 | }
31 |
--------------------------------------------------------------------------------
/JavaSrc/sun/audio/AudioSecurityExceptionAction.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 1999, 2002, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.audio;
27 |
28 | public interface AudioSecurityExceptionAction {
29 | Object run() throws Exception;
30 | }
31 |
--------------------------------------------------------------------------------
/JavaSrc/sun/invoke/package-info.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | /**
27 | * Implementation details for JSR 292 RI, package java.lang.invoke.
28 | * @author jrose
29 | */
30 |
31 | package sun.invoke;
32 |
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/image/BadDepthException.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 1995, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.awt.image;
27 |
28 | public class BadDepthException extends Exception {
29 | public BadDepthException() {
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/JavaSrc/sun/invoke/util/package-info.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | /**
27 | * Extra support for using JSR 292 RI, package java.lang.invoke.
28 | * @author jrose
29 | */
30 |
31 | package sun.invoke.util;
32 |
--------------------------------------------------------------------------------
/JavaSrc/sun/nio/cs/HistoricallyNamedCharset.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2000, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.nio.cs;
27 |
28 |
29 | public interface HistoricallyNamedCharset {
30 |
31 | public String historicalName();
32 |
33 | }
34 |
--------------------------------------------------------------------------------
/JavaSrc/sun/awt/Graphics2Delegate.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.awt;
27 |
28 | import java.awt.Color;
29 |
30 |
31 | public interface Graphics2Delegate {
32 | void setBackground(Color color);
33 | }
34 |
--------------------------------------------------------------------------------
/JavaSrc/sun/reflect/generics/tree/Tree.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.reflect.generics.tree;
27 |
28 | /** Root of the abstract syntax tree hierarchy for generic signatures */
29 | public interface Tree{}
30 |
--------------------------------------------------------------------------------
/JavaSrc/sun/font/GlyphDisposedListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package sun.font;
27 |
28 | import java.util.*;
29 |
30 | public interface GlyphDisposedListener {
31 | public void glyphDisposed(ArrayList glyphs);
32 | }
33 |
--------------------------------------------------------------------------------
/JavaSrc/java/util/EventListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 1996, 1999, Oracle and/or its affiliates. All rights reserved.
3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 | *
5 | * This code is free software; you can redistribute it and/or modify it
6 | * under the terms of the GNU General Public License version 2 only, as
7 | * published by the Free Software Foundation. Oracle designates this
8 | * particular file as subject to the "Classpath" exception as provided
9 | * by Oracle in the LICENSE file that accompanied this code.
10 | *
11 | * This code is distributed in the hope that it will be useful, but WITHOUT
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 | * version 2 for more details (a copy is included in the LICENSE file that
15 | * accompanied this code).
16 | *
17 | * You should have received a copy of the GNU General Public License version
18 | * 2 along with this work; if not, write to the Free Software Foundation,
19 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 | *
21 | * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 | * or visit www.oracle.com if you need additional information or have any
23 | * questions.
24 | */
25 |
26 | package java.util;
27 |
28 | /**
29 | * A tagging interface that all event listener interfaces must extend.
30 | * @since JDK1.1
31 | */
32 | public interface EventListener {
33 | }
34 |
--------------------------------------------------------------------------------