Searched refs:setLocale (Results 1 - 13 of 13) sorted by relevance

/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/config/
H A DLocaleAttribute.java36 public void setLocale(Locale locale); method in interface:LocaleAttribute
H A DLocaleAttributeImpl.java53 public void setLocale(Locale locale) { method in class:LocaleAttributeImpl
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/
H A DNewLocaleTask.java65 getRunData().setLocale(locale);
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/
H A DQueryParserWrapper.java371 public void setLocale(Locale locale) { method in class:QueryParserWrapper
372 this.qpHelper.setLocale(locale);
H A DStandardQueryParser.java438 public void setLocale(Locale locale) { method in class:StandardQueryParser
441 attr.setLocale(locale);
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/
H A DPerfRunData.java383 public void setLocale(Locale locale) { method in class:PerfRunData
/lucene-3.6.0/lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/
H A DTestAttributes.java127 localeAttr.setLocale(locale);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DQueryParser.jj101 * of the accepted input depends on {@link #setLocale(Locale) the locale}.
440 public void setLocale(Locale locale) {
H A DQueryParser.java77 * of the accepted input depends on {@link #setLocale(Locale) the locale}.
416 public void setLocale(Locale locale) { method in class:QueryParser
/lucene-3.6.0/lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/standard/
H A DTestQPHelper.java1200 qp.setLocale(Locale.ENGLISH);
H A DTestQueryParserWrapper.java1161 qp.setLocale(Locale.ENGLISH);
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/queryParser/
H A DQueryParserTestBase.java1069 qp.setLocale(Locale.ENGLISH);
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/queryParser/
H A DQueryParserTestBase.java1061 qp.setLocale(Locale.ENGLISH);

Completed in 75 milliseconds