/external/chromium_org/third_party/icu/source/common/ |
D | uset_props.cpp | 34 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPattern() local 54 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPatternOptions() local 90 UnicodeString pat(pattern, patternLength); in uset_applyPattern() local 121 UnicodeString pat(pattern, patternLength); in uset_resemblesPattern() local 133 UnicodeString pat; in uset_toPattern() local
|
D | util.cpp | 227 int32_t ICU_Utility::parsePattern(const UnicodeString& pat, in parsePattern() 403 UnicodeString pat; in appendToRule() local
|
/external/icu/icu4c/source/common/ |
D | uset_props.cpp | 34 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPattern() local 54 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPatternOptions() local 90 UnicodeString pat(pattern, patternLength); in uset_applyPattern() local 121 UnicodeString pat(pattern, patternLength); in uset_resemblesPattern() local 133 UnicodeString pat; in uset_toPattern() local
|
D | util.cpp | 227 int32_t ICU_Utility::parsePattern(const UnicodeString& pat, in parsePattern() 403 UnicodeString pat; in appendToRule() local
|
/external/pcre/dist/ |
D | pcrecpp.h | 491 RE(const string& pat) { Init(pat, NULL); } in RE() 492 RE(const string& pat, const RE_Options& option) { Init(pat, &option); } in RE() 493 RE(const char* pat) { Init(pat, NULL); } in RE() 494 RE(const char* pat, const RE_Options& option) { Init(pat, &option); } in RE() 495 RE(const unsigned char* pat) { in RE() 498 RE(const unsigned char* pat, const RE_Options& option) { in RE()
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/ |
D | put1.pass.cpp | 48 std::string pat("Today is %A which is abreviated %a."); in main() local 55 std::string pat("The number of the month is %Om."); in main() local
|
/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 536 UnicodeString pat; in Test4114739() local 566 UnicodeString pat; in Test4113018() local 589 UnicodeString pat; in Test4106661() local 646 UnicodeString pat; in Test4094906() local 713 UnicodeString pat; in Test4118592() local 745 UnicodeString pat; in Test4118594() local 835 UnicodeString pat; in Test4120552() local 863 …UnicodeString pat = CharsToUnicodeString("''Vous'' {0,choice,0#n''|1#}avez s\\u00E9lectionn\\u00E9… in Test4142938() local 945 UnicodeString pat; in TestChoicePatternQuote() local
|
D | numfmtst.h | 250 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 258 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 272 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad()
|
D | dcfmapts.cpp | 108 DecimalFormat pat(pattern, status); in testAPI() local 459 DecimalFormat pat(status); in testRounding() local 511 DecimalFormat pat(UnicodeString("#,##0.00"),status); in testRoundingInc() local 557 DecimalFormat pat(status); in TestScale() local
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | msfmrgts.cpp | 536 UnicodeString pat; in Test4114739() local 566 UnicodeString pat; in Test4113018() local 589 UnicodeString pat; in Test4106661() local 646 UnicodeString pat; in Test4094906() local 713 UnicodeString pat; in Test4118592() local 745 UnicodeString pat; in Test4118594() local 835 UnicodeString pat; in Test4120552() local 863 …UnicodeString pat = CharsToUnicodeString("''Vous'' {0,choice,0#n''|1#}avez s\\u00E9lectionn\\u00E9… in Test4142938() local 945 UnicodeString pat; in TestChoicePatternQuote() local
|
D | numfmtst.h | 234 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 242 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 256 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad()
|
D | dcfmapts.cpp | 102 DecimalFormat pat(pattern, status); in testAPI() local 453 DecimalFormat pat(status); in testRounding() local 505 DecimalFormat pat(UnicodeString("#,##0.00"),status); in testRoundingInc() local 551 DecimalFormat pat(status); in TestScale() local
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/ |
D | put1.pass.cpp | 57 std::string pat("Today is %A which is abreviated %a."); in main() local 65 std::string pat("Today is %A which is abreviated %a."); in main() local
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | string.c | 188 static bool __match_charclass(const char *pat, char c, const char **npat) in __match_charclass() 226 static bool __match_glob(const char *str, const char *pat, bool ignore_space) in __match_glob() 280 bool strglobmatch(const char *str, const char *pat) in strglobmatch() 293 bool strlazymatch(const char *str, const char *pat) in strlazymatch()
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_reader.cpp | 133 s_pattern pat[] = { "array", s_base_type, s_size }; in read_type() local 189 s_pattern pat[] = { "function", name }; in read_function() local 219 s_pattern pat[] = { "signature", type_expr, paramlist, body_list }; in read_function_sig() local 373 s_pattern pat[] = { "declare", s_quals, s_type, s_name }; in read_declaration() local 438 s_pattern pat[] = { "if", s_cond, s_then, s_else }; in read_if() local 467 s_pattern pat[] = { "loop", s_counter, s_from, s_to, s_inc, s_body }; in read_loop() local 677 s_pattern pat[] = { "expression", s_type, s_op, s_arg1 }; in read_expression() local 733 s_pattern pat[] = { "swiz", swiz, sub }; in read_swizzle() local 762 s_pattern pat[] = { "constant", type_expr, values }; in read_constant() local
|
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 133 s_pattern pat[] = { "array", s_base_type, s_size }; in read_type() local 189 s_pattern pat[] = { "function", name }; in read_function() local 219 s_pattern pat[] = { "signature", type_expr, paramlist, body_list }; in read_function_sig() local 373 s_pattern pat[] = { "declare", s_quals, s_type, s_name }; in read_declaration() local 438 s_pattern pat[] = { "if", s_cond, s_then, s_else }; in read_if() local 467 s_pattern pat[] = { "loop", s_counter, s_from, s_to, s_inc, s_body }; in read_loop() local 677 s_pattern pat[] = { "expression", s_type, s_op, s_arg1 }; in read_expression() local 733 s_pattern pat[] = { "swiz", swiz, sub }; in read_swizzle() local 762 s_pattern pat[] = { "constant", type_expr, values }; in read_constant() local
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Lexer.java | 96 void tokenize(String pat) throws javax.xml.transform.TransformerException in tokenize() 109 void tokenize(String pat, Vector targetStrings) in tokenize() 577 private int mapNSTokens(String pat, int startSubstring, int posOfNSSep, in mapNSTokens()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | logging.h | 202 inline void LogPrintf(int severity, const char* pat, va_list ap) { in LogPrintf() 251 #define LOG_PRINTF(severity, pat) do { \ argument 261 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in RAW_LOG() 262 inline void RAW_VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in RAW_VLOG() 263 inline void LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in LOG() 264 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in VLOG() 265 inline void LOG_IF(int lvl, bool cond, const char* pat, ...) { in LOG_IF()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | logging.h | 197 inline void LogPrintf(int severity, const char* pat, va_list ap) { in LogPrintf() 217 #define LOG_PRINTF(severity, pat) do { \ argument 227 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in RAW_LOG() 228 inline void RAW_VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in RAW_VLOG() 229 inline void LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in LOG() 230 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } in VLOG() 231 inline void LOG_IF(int lvl, bool cond, const char* pat, ...) { in LOG_IF()
|
/external/icu/icu4c/source/i18n/ |
D | plurfmt.cpp | 76 PluralFormat::PluralFormat(const UnicodeString& pat, in PluralFormat() 87 const UnicodeString& pat, in PluralFormat() 98 const UnicodeString& pat, in PluralFormat() 110 const UnicodeString& pat, in PluralFormat() 122 const UnicodeString& pat, in PluralFormat()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | plurfmt.cpp | 76 PluralFormat::PluralFormat(const UnicodeString& pat, in PluralFormat() 87 const UnicodeString& pat, in PluralFormat() 98 const UnicodeString& pat, in PluralFormat() 110 const UnicodeString& pat, in PluralFormat() 122 const UnicodeString& pat, in PluralFormat()
|
/external/libcxx/test/re/re.regex/re.regex.construct/ |
D | bad_escape.pass.cpp | 20 static bool error_escape_thrown(const char *pat) in error_escape_thrown()
|
/external/valgrind/main/callgrind/ |
D | fn.c | 52 UChar code[], struct pattern* pat) in check_code() 130 static struct pattern pat = { in search_runtime_resolve() local 167 static struct pattern pat = { in search_runtime_resolve() local 188 static struct pattern pat = { in search_runtime_resolve() local
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | usettest.c | 258 char *pat; in expectContainment() local 360 char *pat; in expectItems() local 535 USet *pat; in TestBadPattern() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | usettest.c | 258 char *pat; in expectContainment() local 360 char *pat; in expectItems() local 535 USet *pat; in TestBadPattern() local
|