Searched refs:supportedLocales (Results 1 – 4 of 4) sorted by relevance
131 public XLocaleMatcher(String supportedLocales) { in XLocaleMatcher() argument132 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()136 public XLocaleMatcher(LocalePriorityList supportedLocales) { in XLocaleMatcher() argument137 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()141 public XLocaleMatcher(Set<ULocale> supportedLocales) { in XLocaleMatcher() argument142 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()
149 public XLocaleMatcher(String supportedLocales) { in XLocaleMatcher() argument150 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()153 public XLocaleMatcher(LocalePriorityList supportedLocales) { in XLocaleMatcher() argument154 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()157 public XLocaleMatcher(Set<ULocale> supportedLocales) { in XLocaleMatcher() argument158 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()
154 public XLocaleMatcher(String supportedLocales) { in XLocaleMatcher() argument155 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()158 public XLocaleMatcher(LocalePriorityList supportedLocales) { in XLocaleMatcher() argument159 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()162 public XLocaleMatcher(Set<ULocale> supportedLocales) { in XLocaleMatcher() argument163 this(builder().setSupportedLocales(supportedLocales)); in XLocaleMatcher()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...