Searched refs:newPattern (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/resources/options/
H A Dcontent_settings_exceptions_area.js220 var newPattern = this.input.value;
223 this.finishEdit(newPattern, newSetting);
238 * @param {string} newPattern The pattern that the user entered.
241 finishEdit: function(newPattern, newSetting) {
242 this.patternLabel.textContent = newPattern;
245 this.pattern = newPattern;
250 if (oldPattern != newPattern) {
256 [this.contentType, this.mode, newPattern, newSetting]);
310 * @param {string} newPattern The pattern that the user entered.
313 finishEdit: function(newPattern, newSettin
[all...]
/external/icu4c/i18n/
H A Dselfmt.cpp57 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { argument
62 msgPattern.parseSelectStyle(newPattern, NULL, status);
H A Dchoicfmt.cpp75 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, argument
80 applyPattern(newPattern, status);
123 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, argument
129 applyPattern(newPattern,parseError, status);
H A Dplurfmt.cpp169 PluralFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { argument
170 msgPattern.parsePluralStyle(newPattern, NULL, status);
H A Ddtptngen.cpp1001 UnicodeString newPattern; local
1009 newPattern += quoteLiteral;
1013 newPattern+=field;
1018 newPattern+=field;
1075 newPattern+=field;
1078 return newPattern;
H A Dmsgfmt.cpp452 MessageFormat::applyPattern(const UnicodeString& newPattern, argument
456 applyPattern(newPattern,parseError,status);
/external/icu4c/i18n/unicode/
H A Dchoicfmt.h554 * @param newPattern Pattern used to construct object.
561 ChoiceFormat(const UnicodeString& newPattern,
/external/icu4c/test/intltest/
H A Ddtptngts.cpp411 UnicodeString newPattern = gen->replaceFieldTypes(pattern, UnicodeString("vvvv"), status); local
412 format->applyPattern(newPattern);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 323 milliseconds