HomeSort by relevance Sort by last modified time
    Searched refs:pat (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/chromium/third_party/icu/source/common/
util.h 159 * @param pat pattern that controls parsing
165 static int32_t parsePattern(const UnicodeString& pat,
uniset.cpp 145 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
172 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
199 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
223 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
242 if (o.pat) {
243 setPattern(UnicodeString(o.pat, o.patLen));
313 if (o.pat) {
314 setPattern(UnicodeString(o.pat, o.patLen));
    [all...]
  /external/icu4c/common/
util.h 159 * @param pat pattern that controls parsing
165 static int32_t parsePattern(const UnicodeString& pat,
uniset.cpp 145 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
172 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
199 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
223 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
242 if (o.pat) {
243 setPattern(UnicodeString(o.pat, o.patLen));
313 if (o.pat) {
314 setPattern(UnicodeString(o.pat, o.patLen));
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 79 RegexPatternDump(const RegexPattern *pat);
81 #define RegexPatternDump(pat)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
usettest.cpp 37 UnicodeString pat; local
38 set.toPattern(pat);
39 return left + UnicodeSetTest::escape(pat);
210 UnicodeString pat = ""; local
251 const UnicodeString& pat) {
253 UnicodeSet testSet2(pat, ec);
255 errln((UnicodeString)"Fail toPattern: " + source + " => " + pat);
281 const char* pat = " [:Lu:] "; // Whitespace ok outside [:..:] local
282 UnicodeSet set(pat, status);
284 dataerrln((UnicodeString)"Fail: Can't construct set with " + pat + " - " + UnicodeString(u_errorName(status)))
1398 UnicodeString pat; local
1419 UnicodeString pat; local
1860 UnicodeString pat; s.toPattern(pat, FALSE); local
1937 UnicodeString pat; local
2034 UnicodeString pat; local
    [all...]
numrgts.cpp 539 UnicodeString pat(patChars, 19, 19);
540 nf->applyLocalizedPattern(pat, status);
1931 UnicodeString pat; local
2407 UnicodeString pat; local
2536 UnicodeString pat; local
    [all...]
regextst.cpp 118 #define REGEX_TESTLM(pat, text, looking, match) doRegexLMTest(pat, text, looking, match, __LINE__);
120 UBool RegexTest::doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line) {
121 const UnicodeString pattern(pat, -1, US_INV);
129 UnicodeString patString(pat, -1, US_INV);
193 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__);
195 void RegexTest::regex_err(const char *pat, int32_t errLine, int32_t errCol,
197 UnicodeString pattern(pat);
206 UnicodeString patString(pat);
530 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
589 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
643 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
951 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
    [all...]
dtfmrgts.cpp 76 UnicodeString pat; local
82 pat = sdf->toPattern(pat);
83 logln("pattern: " + pat);
303 UnicodeString pat; local
304 pat = fmt->toPattern(pat);
306 logln( "testIt: pattern=" + pat +
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 37 UnicodeString pat; local
38 set.toPattern(pat);
39 return left + UnicodeSetTest::escape(pat);
210 UnicodeString pat = ""; local
251 const UnicodeString& pat) {
253 UnicodeSet testSet2(pat, ec);
255 errln((UnicodeString)"Fail toPattern: " + source + " => " + pat);
281 const char* pat = " [:Lu:] "; // Whitespace ok outside [:..:] local
282 UnicodeSet set(pat, status);
284 dataerrln((UnicodeString)"Fail: Can't construct set with " + pat + " - " + UnicodeString(u_errorName(status)))
1435 UnicodeString pat; local
1456 UnicodeString pat; local
1897 UnicodeString pat; s.toPattern(pat, FALSE); local
1974 UnicodeString pat; local
2071 UnicodeString pat; local
    [all...]
numrgts.cpp 539 UnicodeString pat(patChars, 19, 19);
540 nf->applyLocalizedPattern(pat, status);
1931 UnicodeString pat; local
2408 UnicodeString pat; local
2537 UnicodeString pat; local
    [all...]
regextst.cpp 173 #define REGEX_TESTLM(pat, text, looking, match) {doRegexLMTest(pat, text, looking, match, __LINE__);doRegexLMTestUTF8(pat, text, looking, match, __LINE__);}
175 UBool RegexTest::doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line) {
176 const UnicodeString pattern(pat, -1, US_INV);
184 UnicodeString patString(pat, -1, US_INV);
236 UBool RegexTest::doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line) {
247 utext_openUTF8(&pattern, pat, -1, &status);
325 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__)
709 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
768 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
822 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
1130 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); local
1743 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); local
1853 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); local
1912 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); local
2138 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); local
    [all...]
  /external/ping/
ping.c 134 int pat[16]; local
147 &pat[0], &pat[1], &pat[2], &pat[3], &pat[4], &pat[5], &pat[6],
148 &pat[7], &pat[8], &pat[9], &pat[10], &pat[11], &pat[12]
    [all...]
  /external/icu4c/i18n/
timezone.cpp 50 static void debug_tz_msg(const char *pat, ...)
53 va_start(ap, pat);
54 vfprintf(stderr, pat, ap);
1004 UnicodeString pat; local
1007 pat = ZZZZ_STR;
1010 pat = V_STR;
1013 pat = VVVV_STR;
1016 pat = Z_UC_STR;
1019 pat = ZZZZ_UC_STR;
1022 pat = V_UC_STR
    [all...]
islamcal.cpp 38 static void debug_islamcal_msg(const char *pat, ...)
41 va_start(ap, pat);
42 vfprintf(stderr, pat, ap);
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 370 UChar *text, *pat; local
374 pat = p2;
386 pat = text + decomplength;
391 unorm_decompose(pat, decomplength, pBuffer,
396 text = pat = t2;
400 UBool result = (UBool)(u_memcmp(pat, text, decomplength) == 0);
islamcal.cpp 38 static void debug_islamcal_msg(const char *pat, ...)
41 va_start(ap, pat);
42 vfprintf(stderr, pat, ap);
regexcmp.h 56 void compile(const UnicodeString &pat, UParseError &pp, UErrorCode &e);
repattrn.cpp 391 RegexPattern *pat = NULL; local
394 pat = RegexPattern::compile(regex, 0, pe, status);
395 matcher = pat->matcher(input, status);
399 delete pat;
  /external/libxml2/
schematron.c 390 xmlSchematronPatternPtr pat, xmlNodePtr node,
433 if (pat->rules == NULL) {
434 pat->rules = ret;
436 xmlSchematronRulePtr prev = pat->rules;
952 * @pat: the pattern node
957 xmlSchematronParsePattern(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr pat)
964 if ((ctxt == NULL) || (pat == NULL)) return;
966 id = xmlGetNoNsProp(pat, BAD_CAST "id");
968 id = xmlGetNoNsProp(pat, BAD_CAST "name");
970 pattern = xmlSchematronAddPattern(ctxt, ctxt->schema, pat, id)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Matcher2Test.java 318 Pattern pat = Pattern.compile(replacedString); local
319 Matcher mat = pat.matcher(str);
  /external/icu4c/i18n/unicode/
regex.h 81 RegexPatternDump(const RegexPattern *pat);
84 #define RegexPatternDump(pat)
    [all...]
  /external/icu4c/samples/cal/
cal.c 430 const UChar *pat = (useLongNames ? sLongPat : sShortPat); local
439 dfmt = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,NULL,0,pat, len,status);
547 const UChar pat [] = { 0x0079, 0x0079, 0x0079, 0x0079 }; local
562 dfmt = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,NULL,0,pat, len, status);
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 1275 UChar pat[1024]; local
1511 UChar pat[200]; local
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 1296 UChar pat[1024]; local
1532 UChar pat[200]; local
    [all...]

Completed in 7944 milliseconds

1 2 34 5 6 7