HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 101 - 125 of 532) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/stlport/src/
monetary.cpp 25 static void _Init_monetary_formats(money_base::pattern& pos_format,
26 money_base::pattern& neg_format) {
58 money_base::pattern moneypunct<char, true>::do_pos_format() const {return _M_pos_format;}
59 money_base::pattern moneypunct<char, true>::do_neg_format() const {return _M_neg_format;}
73 money_base::pattern moneypunct<char, false>::do_pos_format() const {return _M_pos_format;}
74 money_base::pattern moneypunct<char, false>::do_neg_format() const {return _M_neg_format;}
93 money_base::pattern moneypunct<wchar_t, true>::do_pos_format() const
95 money_base::pattern moneypunct<wchar_t, true>::do_neg_format() const
113 money_base::pattern moneypunct<wchar_t, false>::do_pos_format() const
115 money_base::pattern moneypunct<wchar_t, false>::do_neg_format() cons
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 202 const UChar pattern[] = {0x61, 0x62, 0x63, 0x64, 0x65, 0x66}; local
220 result = usearch_open(pattern, 3, NULL, 0, NULL, NULL, &status);
225 result = usearch_openFromCollator(pattern, 3, NULL, 0, NULL, NULL,
232 result = usearch_open(pattern, 3, text, 6, NULL, NULL, &status);
237 result = usearch_openFromCollator(pattern, 3, text, 6, NULL, NULL,
244 result = usearch_open(pattern, 3, text, 6, "en_US", NULL, &status);
257 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, NULL,
274 result = usearch_open(pattern, 3, text, 6, "en_US", breakiter, &status);
282 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, breakiter,
302 UChar pattern[512] local
439 UChar pattern[32]; local
470 UChar pattern[32]; local
511 UChar pattern[32]; local
620 UChar pattern[32]; local
773 UChar pattern[32]; local
824 UChar pattern[32]; local
907 UChar pattern[32]; local
1014 UChar pattern[32]; local
1110 UChar pattern[32]; local
1212 UChar pattern[32]; local
1300 UChar pattern[32]; local
1409 UChar pattern[32]; local
1482 UChar pattern[] = {0x73}; local
1547 UChar pattern[128]; local
1590 UChar pattern[128]; local
1633 UChar pattern[128]; local
1756 UChar pattern[32]; local
1874 UChar pattern[32]; local
1927 UChar pattern[32]; local
1997 UChar pattern[32]; local
2072 UChar pattern[32]; local
2159 UChar pattern[32]; local
2275 UChar pattern[128]; local
2323 UChar pattern[128]; local
2424 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1]; local
2499 UChar pattern[] = {0x05E9, 0x0591, 0x05E9}; local
    [all...]
  /external/icu4c/i18n/
strmatch.cpp 36 theString.extractBetween(start, limit, pattern);
43 pattern(o.pattern),
91 for (i=pattern.length()-1; i>=0; --i) {
92 UChar keyChar = pattern.charAt(i);
117 for (i=0; i<pattern.length(); ++i) {
123 UChar keyChar = pattern.charAt(i);
163 for (int32_t i=0; i<pattern.length(); ++i) {
164 UChar keyChar = pattern.charAt(i);
186 if (pattern.length() == 0)
    [all...]
rbt_rule.cpp 46 * @param segs array of UnicodeFunctors corresponding to input pattern
107 pattern = input;
118 anteContext = new StringMatcher(pattern, 0, anteContextLength,
129 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength,
138 int32_t postContextLength = pattern.length() - keyLength - anteContextLength;
141 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(),
166 pattern(other.pattern),
219 if (anteContextLength == pattern.length())
    [all...]
format.cpp 143 * @param pattern The pattern to copy into the parseError
144 * @param pos The position in pattern where the error occured
148 void Format::syntaxError(const UnicodeString& pattern,
158 pattern.extract(start,stop-start,parseError.preContext,0);
164 stop = ((pos+U_PARSE_CONTEXT_LEN)<=pattern.length()) ? (pos+(U_PARSE_CONTEXT_LEN-1)) :
165 pattern.length();
166 pattern.extract(start,stop-start,parseError.postContext,0);
  /external/v8/test/mjsunit/
regexp-standalones.js 35 var pattern = /^\d/gm; variable
36 var result = string.match(pattern);
41 pattern = /\d$/gm;
42 result = string.match(pattern);
48 pattern = /^\d/gm;
49 result = string.match(pattern);
53 pattern = /\d$/gm;
54 result = string.match(pattern);
59 pattern = /[\S]+/;
61 result = string.match(pattern);
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 271 infoln("Pattern: %s", str);
296 errln("Pattern: %s", str);
312 errln("Pattern: %s", str);
337 errln("Pattern: %s", str);
362 u_unescape(search->pattern, temp, 128);
363 UnicodeString pattern; local
364 pattern.setTo(temp);
372 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
421 u_unescape(search->pattern, temp, 128);
422 UnicodeString pattern; local
475 UnicodeString pattern; local
509 UnicodeString pattern; local
624 UnicodeString pattern; local
760 UnicodeString pattern; local
893 UnicodeString pattern; local
937 UnicodeString pattern; local
1012 UnicodeString pattern; local
1107 UnicodeString pattern; local
1318 UnicodeString pattern; local
1382 UnicodeString pattern; local
1656 UnicodeString pattern; local
1762 UnicodeString pattern; local
1802 UnicodeString pattern; local
1865 UnicodeString pattern; local
1931 UnicodeString pattern; local
    [all...]
ssearch.h 50 virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
53 virtual int32_t bmMonkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
  /external/icu4c/i18n/unicode/
plurfmt.h 77 * specify the message pattern, you can either pass it to the
85 * The pattern text defines the message output for each plural case of the
86 * used locale. The pattern is a sequence of
109 * <code>MessageFormat</code> pattern, <code>MessageFormat</code> will
110 * automatically evaluate the resulting format pattern.<br/>
112 * in message texts to define a nested format pattern.<br/>
150 * <code>MessageFormat</code> unquotes this pattern and passes the unquoted
151 * pattern to <code>PluralFormat</code>. It's a bit trickier if you use
153 * "<code>'</code>" in the number format pattern. Since
156 * pattern before it gets passed to <code>PluralFormat</code>, we have t
519 UnicodeString pattern; member in class:PluralFormat
    [all...]
  /external/webkit/WebKitTools/simplejson/
scanner.py 9 __all__ = ['Scanner', 'pattern']
15 # combine phrases into a compound pattern
16 s = sre_parse.Pattern()
20 phrase = token.pattern
58 def pattern(pattern, flags=FLAGS): function
60 fn.pattern = pattern
61 fn.regex = re.compile(pattern, flags)
  /external/icu4c/common/
uniset_props.cpp 209 // helper functions for matching of pattern syntax pieces ------------------ ***
217 isPerlOpen(const UnicodeString &pattern, int32_t pos) {
219 return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==LOWER_P || c==UPPER_P);
223 isPerlClose(const UnicodeString &pattern, int32_t pos) {
224 return pattern.charAt(pos)==CLOSE_BRACE;
228 isNameOpen(const UnicodeString &pattern, int32_t pos) {
229 return pattern.charAt(pos)==BACKSLASH && pattern.charAt(pos+1)==UPPER_N;
233 isPOSIXOpen(const UnicodeString &pattern, int32_t pos)
    [all...]
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FormatterTest.java 84 props.put("java.util.logging.FileHandler.pattern",
171 String pattern = "test formatter {0, number}"; local
172 r.setMessage(pattern);
173 assertEquals(pattern, f.formatMessage(r));
177 assertEquals(pattern, f.formatMessage(r));
181 assertEquals(MessageFormat.format(pattern, oa), f.formatMessage(r));
186 pattern = "wrong pattern {0, asdfasfd}";
187 r.setMessage(pattern);
188 assertEquals(pattern, f.formatMessage(r))
    [all...]
  /external/bluetooth/bluez/network/
server.h 34 int server_find_data(const char *path, const char *pattern);
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) {
60 pttrn = pattern;
65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
69 pttrn = pattern;
101 void ICUForwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
118 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/webkit/WebCore/css/
svg.css 45 svg:not(:root), symbol, image, marker, pattern, foreignObject {
  /frameworks/base/core/java/android/content/pm/
PathPermission.java 31 public PathPermission(String pattern, int type, String readPermission,
33 super(pattern, type);
  /external/icu4c/test/perf/unisetperf/draft/
contperf.bat 6 rem --pattern [:White_Space:]
17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span16perf.bat 6 rem --pattern [:White_Space:]
17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 6 rem --pattern [:White_Space:]
17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/webkit/JavaScriptCore/pcre/
pcre.h 58 JSRegExp* jsRegExpCompile(const UChar* pattern, int patternLength,
  /dalvik/libcore/regex/src/main/java/java/util/regex/
Matcher.java 25 * Pattern} instance and an input text. A typical use case is to
26 * iteratively find all occurrences of the {@code Pattern}, until the end of
32 * Pattern p = Pattern.compile("[A-Za-z]+");
44 * {@code Pattern} was successful and at which position the next attempt would
51 * Holds the pattern, that is, the compiled regular expression.
53 private Pattern pattern; field in class:Matcher
56 * Holds the handle for the native version of the pattern.
115 * Creates a matcher for a given combination of pattern and input. Bot
355 public Pattern pattern() { method in class:Matcher
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCode.java 91 long[] pattern = MorseCodeConverter.pattern(text);
95 vibrator.vibrate(pattern, -1);
  /external/webkit/JavaScriptCore/wrec/
WREC.cpp 43 CompiledRegExp Generator::compileRegExp(JSGlobalData* globalData, const UString& pattern, unsigned* numSubpatterns_ptr, const char** error_ptr, RefPtr<ExecutablePool>& pool, bool ignoreCase, bool multiline)
45 if (pattern.size() > MAX_PATTERN_SIZE) {
50 Parser parser(pattern, ignoreCase, multiline);
  /external/icu4c/tools/ctestfw/
ctest.c 72 * @param pattern printf style pattern
75 static void vlog_err(const char *prefix, const char *pattern, va_list ap);
76 static void vlog_verbose(const char *prefix, const char *pattern, va_list ap);
429 static void vlog_err(const char *prefix, const char *pattern, va_list ap)
438 vfprintf(stderr, pattern, ap);
444 vlog_info(const char *prefix, const char *pattern, va_list ap)
450 vfprintf(stdout, pattern, ap);
455 static void vlog_verbose(const char *prefix, const char *pattern, va_list ap)
464 vfprintf(stdout, pattern, ap)
    [all...]
  /external/iptables/extensions/
libipt_string.c 69 strncpy(info->pattern, s, IPT_STRING_MAX_PATTERN_SIZE);
126 info->pattern[sindex] = s[i+1];
148 info->pattern[sindex] = (char) schar;
154 info->pattern[sindex] = s[i];
209 stringinfo->patlen=strlen((char *)&stringinfo->pattern);
299 if (is_hex_string(info->pattern, info->patlen)) {
301 print_hex_string(info->pattern, info->patlen);
304 print_string(info->pattern, info->patlen);
321 if (is_hex_string(info->pattern, info->patlen)) {
323 print_hex_string(info->pattern, info->patlen)
    [all...]

Completed in 980 milliseconds

1 2 3 45 6 7 8 91011>>