HomeSort by relevance Sort by last modified time
    Searched refs:PATTERNS (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
tzfmttst.cpp 23 static const char* PATTERNS[] = {"z", "zzzz", "Z", "ZZZZ", "ZZZZZ", "v", "vvvv", "V", "VVVV"};
24 static const int NUM_PATTERNS = sizeof(PATTERNS)/sizeof(const char*);
121 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status);
124 PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(status));
175 if (uprv_strcmp(PATTERNS[patidx], "VVVV") == 0) {
191 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
196 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
209 UBool isOffsetFormat = (*PATTERNS[patidx] == 'Z');
226 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
234 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx
    [all...]
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 31 static const char* PATTERNS[] = {"z", "zzzz", "Z", "ZZZZ", "v", "vvvv", "V", "VVVV"};
32 static const int NUM_PATTERNS = sizeof(PATTERNS)/sizeof(const char*);
152 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status);
155 // PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(*status));
  /ndk/build/tools/
dev-platform-import.sh 155 # $2: (optional) file patterns
160 local PATTERNS="$@"
161 if [ -z "$PATTERNS" ]; then
162 PATTERNS="."
164 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
dev-system-import.sh 149 # $2: (optional) file patterns
154 local PATTERNS="$@"
155 if [ -z "$PATTERNS" ]; then
156 PATTERNS="."
158 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
257 # Add new exclusion patterns to SYMBOL_EXCLUDES
263 # Add new inclusion patterns to SYMBOL_INCLUDES
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 44 define <i>tree patterns</i>, objects that are conceptually similar to regular
45 expressions. Patterns allow a simple method for recursively searching through an
110 === Additional Syntax for Tree Matching Patterns
124 A class that is used internally by AST::Wizard to tokenize tree patterns
133 PATTERNS = [
156 type, = PATTERNS.find do |type, pattern|
316 A customized TreeAdaptor used by AST::Wizards to build tree patterns.
  /external/zxing/core/
core.jar 

Completed in 111 milliseconds