HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 1501 - 1525 of 4320) sorted by null

<<61626364656667686970>>

  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 404 icu::UnicodeString pattern; local
406 pattern = fmt->toPattern(pattern.remove());
407 setStringField(env, obj, "currencyPattern", pattern);
410 pattern = fmt->toPattern(pattern.remove());
411 setStringField(env, obj, "numberPattern", pattern);
414 pattern = fmt->toPattern(pattern.remove());
415 setStringField(env, obj, "percentPattern", pattern);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 3453 String pattern = null; local
3516 String pattern = null; local
3680 private String pattern; field in class:Calendar.FormatConfiguration
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 3560 String pattern = null; local
3623 String pattern = null; local
3785 private String pattern; field in class:Calendar.FormatConfiguration
    [all...]
  /external/libxml2/
xmllint.c 80 #include <libxml/pattern.h>
101 XMLLINT_ERR_SCHEMAPAT = 7, /* Error in schema pattern */
190 static const char *pattern = NULL; variable
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /toolchain/binutils/binutils-2.27/ld/
ldlang.c 121 /* Return TRUE if the PATTERN argument is a wildcard pattern.
122 Although backslashes are treated specially if a pattern contains
124 be enough to cause the pattern to be treated as a wildcard.
126 #define wildcardp(pattern) (strpbrk ((pattern), "?*[") != NULL)
146 name_match (const char *pattern, const char *name)
148 if (wildcardp (pattern))
149 return fnmatch (pattern, name, 0);
150 return strcmp (pattern, name)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 177 UNumberFormat *pattern; local
483 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status);
494 resultlengthneeded=unum_toPattern(pattern, FALSE, NULL, resultlength, &status);
500 unum_toPattern(pattern, FALSE, result, resultlength, &status);
504 log_err("error in extracting the pattern from UNumberFormat: %s\n", myErrorName(status));
509 log_err("FAIL: Error in extracting the pattern using unum_toPattern()\n");
511 log_verbose("Pass: extracted the pattern correctly using unum_toPattern()\n");
517 /*when we try to change the symbols of french to default we need to apply the pattern as well to fetch correct results */
529 log_err("error in extracting the pattern from UNumberFormat: %s\n", myErrorName(status));
1276 UNumberFormat *pattern; local
2016 UChar pattern[1024]; local
2273 const char *pattern = ""; local
2319 const char *pattern = "73476730924573500000000"; \/\/ weight of the moon, kg local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 409 def Match(pattern, s):
410 """Matches the string with the pattern, caching the compiled regexp."""
414 if not pattern in _regexp_compile_cache:
415 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
416 return _regexp_compile_cache[pattern].match(s)
419 def Search(pattern, s):
420 """Searches the string for the pattern, caching the compiled regexp."""
421 if not pattern in _regexp_compile_cache:
422 _regexp_compile_cache[pattern] = sre_compile.compile(pattern
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 105 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
177 // This class represents a localized GMT offset pattern
553 TimeZoneFormat::getGMTPattern(UnicodeString& pattern) const {
554 return pattern.setTo(fGMTPattern);
558 TimeZoneFormat::setGMTPattern(const UnicodeString& pattern, UErrorCode& status) {
559 initGMTPattern(pattern, status);
563 TimeZoneFormat::getGMTOffsetPattern(UTimeZoneFormatGMTOffsetPatternType type, UnicodeString& pattern) const {
564 return pattern.setTo(fGMTOffsetPatterns[type]);
568 TimeZoneFormat::setGMTOffsetPattern(UTimeZoneFormatGMTOffsetPatternType type, const UnicodeString& pattern, UErrorCode& status) {
572 if (pattern == fGMTOffsetPatterns[type])
    [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/ImageMagick/MagickCore/
module.c 259 % GetModuleInfoList() returns any modules that match the specified pattern.
263 % const ModuleInfo **GetModuleInfoList(const char *pattern,
268 % o pattern: Specifies a pointer to a text string containing a pattern.
297 MagickExport const ModuleInfo **GetModuleInfoList(const char *pattern,
312 assert(pattern != (char *) NULL);
313 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",pattern);
332 (GlobExpression(p->tag,pattern,MagickFalse) != MagickFalse))
356 % pattern.
360 % char **GetModuleList(const char *pattern,const MagickModuleType type
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtifmtts.cpp 406 // first item is date pattern
1054 const char* pattern = data[0]; local
1256 const char* pattern = data[0]; local
1530 UnicodeString pattern; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockPattern.java 59 * If the user has a lock pattern set already, makes them confirm the existing one.
61 * Then, prompts the user to choose a lock pattern:
62 * - prompts for initial pattern
68 * Used by the choose lock pattern wizard to indicate the wizard is
114 public IntentBuilder setPattern(String pattern) {
115 mIntent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, pattern);
166 // how long we wait to clear a wrong pattern
191 * The patten used during the help screen to show how to draw a pattern.
229 * The pattern listener that responds according to a user choosing a new
230 * lock pattern
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 584 char pattern, *errp; local
606 pattern =
610 pattern = 0;
614 * If sds io, simply choose a length (possibly pattern) and return
621 req->r_data.sswrite.r_pattern = pattern;
629 * open flags, and possibly a pattern (for write/writea).
782 req->r_data.write.r_pattern = pattern;
815 req->r_data.io.r_pattern = pattern;
834 req->r_data.io.r_pattern = pattern;
861 req->r_data.io.r_pattern = pattern;
    [all...]
  /build/kati/
dep.go 272 panic(fmt.Sprintf("FIXME: multiple output pattern is not supported yet"))
443 // expandPattern expands static pattern (target: target-pattern: prereq-pattern).
465 glog.V(1).Infof("expand static pattern: outputs=%q inputs=%q -> %q", r.outputs, r.inputs, rules)
499 ir.outputPatterns = []pattern{outputPattern}
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 104 /** Vibrate a pattern. */
256 long[] pattern = sVibrationPatterns.get(key);
257 if (pattern != null) {
258 mVibrator.vibrate(pattern, -1);
  /external/autotest/client/bin/
utils.py 35 def grep(pattern, file):
40 returns 1 if the pattern is present in the file, 0 if not.
42 command = 'grep "%s" > /dev/null' % pattern
136 def file_contains_pattern(file, pattern):
137 """Return true if file contains the specified egrep pattern"""
140 return not utils.system('egrep -q "' + pattern + '" ' + file,
144 def list_grep(list, pattern):
145 """True if any item in list matches the specified pattern."""
146 compiled = re.compile(pattern)
728 # much like find . -name 'pattern'
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 37 import java.util.regex.Pattern;
354 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb,
369 Pattern pattern, UnsignedInteger ui, UnsignedLong ul, StringBuilder sb,
372 r, n, it, b, eq, e, in, c, ord, charset, unit, cls, joiner, pattern,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarTestFmwk.java 85 final String pattern = (cal instanceof ChineseCalendar) ? local
89 ((SimpleDateFormat)format).applyPattern(pattern);
92 DateFormat gregFormat = new SimpleDateFormat(pattern);
  /external/icu/icu4c/source/common/
listformatter.cpp 199 void handleValueForPattern(ResourceValue &value, UnicodeString &pattern, UErrorCode &errorCode) {
200 if (pattern.isEmpty()) {
206 pattern = value.getUnicodeString(errorCode);
312 * Joins first and second using the pattern pat.
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 52 /** Forces normalization of pattern and strings.
67 /** If set, treat the entire pattern as a literal string.
119 * @param pattern The Regular Expression pattern to be compiled.
120 * @param patternLength The length of the pattern, or -1 if the pattern is
135 uregex_open( const UChar *pattern,
147 * The contents of the pattern UText will be extracted and saved. Ownership of the
151 * @param pattern The Regular Expression pattern to be compiled.
    [all...]

Completed in 1624 milliseconds

<<61626364656667686970>>