| /external/icu/icu4c/source/i18n/ |
| D | strrepl.cpp | 104 int32_t StringReplacer::replace(Replaceable& text, in replace() 163 UChar32 c = output.char32At(oOutput); in replace() local 164 UnicodeReplacer* r = data->lookupReplacer(c); in replace() local 261 UChar c = output.charAt(i); // Ok to use 16-bits here in toReplacerPattern() local 263 UnicodeReplacer* r = data->lookupReplacer(c); in toReplacerPattern() local 300 UnicodeReplacer* r = data->lookupReplacer(ch); in addReplacementSetTo() local 316 UChar32 c = output.char32At(i); in setData() local
|
| D | rbt_set.cpp | 58 UnicodeString a, b, c, d, e; in _formatInput() local 116 UnicodeString r; in _debugOut() local 121 UnicodeString* text = (UnicodeString*)&theText; in _debugOut() local 142 icu::UnicodeString r; in maskingError() local 311 TransliterationRule* r = (TransliterationRule*) ruleVector->elementAt(j); in freeze() local 326 TransliterationRule* r = (TransliterationRule*) ruleVector->elementAt(j); in freeze() local 404 UBool TransliterationRuleSet::transliterate(Replaceable& text, in transliterate() 439 TransliterationRule *r = in toRules() local 456 TransliterationRule* r = in getSourceTargetSet() local
|
| D | rbt_pars.cpp | 208 UnicodeString ParseData::parseReference(const UnicodeString& text, in parseReference() 214 UChar c = text.charAt(i); in parseReference() local 267 UnicodeString text; member in RuleHalf 416 UChar c = rule.charAt(pos++); in parseSection() local 580 FunctionReplacer *r = in parseSection() local 606 int32_t r = u_digit(c, 10); in parseSection() local 798 UChar32 c = text.char32At(i); in isValidOutput() local 813 UChar32 c = text.char32At(i); in isValidInput() local 939 UChar c = rule.charAt(pos++); in parseRules() local 1553 UChar c = segmentStandins.charAt(seg-1); in getSegmentStandin() local [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | StringReplacer.java | 115 public int replace(Replaceable text, in replace() 179 int c = UTF16.charAt(output, oOutput); in replace() local 191 UnicodeReplacer r = data.lookupReplacer(c); in replace() local 288 char c = output.charAt(i); // Ok to use 16-bits here in toReplacerPattern() local 290 UnicodeReplacer r = data.lookupReplacer(c); in toReplacerPattern() local 329 UnicodeReplacer r = data.lookupReplacer(ch); in addReplacementSetTo() local
|
| D | RuleBasedBreakIterator.java | 477 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() 655 private LanguageBreakEngine getLanguageBreakEngine(int c) { in getLanguageBreakEngine() 802 CharacterIterator text = fText; in handleNext() local 811 int c = text.current(); in handleNext() local 978 CharacterIterator text = fText; in handleSafePrevious() local 993 int c = CharacterIteration.previous32(text); in handleSafePrevious() local 1090 int r = 0; local 1134 int r; in preceding() local 1192 int c = CharacterIteration.current32(fText); in populateDictionary() local
|
| D | TransliteratorParser.java | 232 public String parseReference(String text, ParsePosition pos, int limit) { in parseReference() 236 char c = text.charAt(i); in parseReference() local 374 public String text; field in TransliteratorParser.RuleHalf 465 char c = rule.charAt(pos++); in parseSection() local 616 FunctionReplacer r = in parseSection() local 640 int r = UCharacter.digit(c, 10); in parseSection() local 834 int c = UTF16.charAt(text, i); in isValidOutput() local 849 int c = UTF16.charAt(text, i); in isValidInput() local 939 char c = rule.charAt(pos++); in parseRules() local 1491 char c = segmentStandins.charAt(seg-1); in getSegmentStandin() local
|
| /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| D | StringReplacer.java | 114 public int replace(Replaceable text, in replace() 178 int c = UTF16.charAt(output, oOutput); in replace() local 190 UnicodeReplacer r = data.lookupReplacer(c); in replace() local 287 char c = output.charAt(i); // Ok to use 16-bits here in toReplacerPattern() local 289 UnicodeReplacer r = data.lookupReplacer(c); in toReplacerPattern() local 328 UnicodeReplacer r = data.lookupReplacer(ch); in addReplacementSetTo() local
|
| D | TransliteratorParser.java | 231 public String parseReference(String text, ParsePosition pos, int limit) { in parseReference() 235 char c = text.charAt(i); in parseReference() local 373 public String text; field in TransliteratorParser.RuleHalf 464 char c = rule.charAt(pos++); in parseSection() local 615 FunctionReplacer r = in parseSection() local 639 int r = UCharacter.digit(c, 10); in parseSection() local 833 int c = UTF16.charAt(text, i); in isValidOutput() local 848 int c = UTF16.charAt(text, i); in isValidInput() local 938 char c = rule.charAt(pos++); in parseRules() local 1490 char c = segmentStandins.charAt(seg-1); in getSegmentStandin() local
|
| /external/icu/icu4c/source/common/ |
| D | util.cpp | 49 int32_t r = 1; in appendNumber() local 71 UBool ICU_Utility::isUnprintable(UChar32 c) { in isUnprintable() 81 UBool ICU_Utility::escapeUnprintable(UnicodeString& result, UChar32 c) { in escapeUnprintable() 230 const Replaceable& text, in parsePattern() 243 UChar32 c = text.char32At(index); in parsePattern() local 298 UChar32 c, in appendToRule() 387 const UnicodeString& text, in appendToRule()
|
| D | rbbi_cache.cpp | 53 int32_t r = 0; in following() local 96 int32_t r; in preceding() local 141 UText *text = &fBI->fText; in populateDictionary() local 148 UChar32 c = utext_current32(text); in populateDictionary() local
|
| /external/pcre/pcrecpp/ |
| D | pcrecpp.cc | 258 const StringPiece& text, in Extract() 303 int RE::TryMatch(const StringPiece& text, in TryMatch() 365 bool RE::DoMatchImpl(const StringPiece& text, in DoMatchImpl() 407 bool RE::DoMatch(const StringPiece& text, in DoMatch() 418 const StringPiece &text, in Rewrite() 424 int c = *s; in Rewrite() local 539 long r = strtol(str, &end, radix); in parse_long_radix() local 557 unsigned long r = strtoul(str, &end, radix); in parse_ulong_radix() local 569 long r; in parse_short_radix() local 581 unsigned long r; in parse_ushort_radix() local [all …]
|
| /external/u-boot/scripts/kconfig/ |
| D | mconf.c | 315 const char *text; member 756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 771 static void show_helptext(const char *title, const char *text) in show_helptext()
|
| /external/skqp/samplecode/ |
| D | SampleRegion.cpp | 36 SkRect r = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height)); in test_strokerect() local 38 SkCanvas c(bitmap); in test_strokerect() local 57 const char* text, size_t len, SkScalar x, SkScalar y, in drawFadingText() 132 SkIRect r; in scale_rgn() local 148 SkRect r; in paint_rgn() local 166 SkIRect r = fBase; in build_base_rgn() local 186 static void drawstr(SkCanvas* canvas, const char text[], const SkPoint& loc, in drawstr() 204 SkRect r; in drawOrig() local
|
| /external/skia/samplecode/ |
| D | SampleRegion.cpp | 36 SkRect r = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height)); in test_strokerect() local 38 SkCanvas c(bitmap); in test_strokerect() local 57 const char* text, size_t len, SkScalar x, SkScalar y, in drawFadingText() 132 SkIRect r; in scale_rgn() local 148 SkRect r; in paint_rgn() local 166 SkIRect r = fBase; in build_base_rgn() local 186 static void drawstr(SkCanvas* canvas, const char text[], const SkPoint& loc, in drawstr() 204 SkRect r; in drawOrig() local
|
| /external/toybox/kconfig/ |
| D | mconf.c | 326 static void get_prompt_str(struct gstr *r, struct property *prop) in get_prompt_str() 357 static void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str() 685 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 691 static void show_helptext(const char *title, const char *text) in show_helptext()
|
| /external/webrtc/webrtc/examples/peerconnection/client/linux/ |
| D | main_wnd.cc | 148 void GtkMainWnd::MessageBox(const char* caption, const char* text, in MessageBox() 379 char* text; in OnRowActivated() local 406 for (int r = 0; r < height; ++r) { in OnRedraw() local 407 for (int c = 0; c < width; ++c) { in OnRedraw() local 434 for (int r = 0; r < local_renderer->height(); r += 2) { in OnRedraw() local 435 for (int c = 0; c < local_renderer->width(); c += 2) { in OnRedraw() local
|
| /external/skqp/gm/ |
| D | savelayer.cpp | 17 SkScalar l, SkScalar t, SkScalar r, SkScalar b) { in save_layer_unclipped() 245 SkRect r = { 0, 0, 200, 200 }; variable 284 static void draw_cell(SkCanvas* canvas, sk_sp<SkTextBlob> blob, SkColor c, SkScalar w, SkScalar h) { in draw_cell() 285 SkRect r = SkRect::MakeWH(w, h); in draw_cell() local 333 SkColor c = rand.nextU(); // ensure we're opaque in draw_list() local 343 const char text[] = "This is a very long line of text"; variable
|
| /external/python/cpython2/Parser/ |
| D | tokenizer.c | 184 int c = s[i]; in get_normal_name() local 238 char* r = new_string(begin, t - begin); in get_coding_spec() local 264 int r = 1; in check_coding_spec() local 499 static void fp_ungetc(int c, struct tok_state *tok) { in fp_ungetc() 540 unsigned char *c; in decoding_fgets() local 594 buf_ungetc(int c, struct tok_state *tok) { in buf_ungetc() 629 char c = '\0'; in translate_newlines() local 1030 tok_backup(register struct tok_state *tok, register int c) in tok_backup() 1044 PyToken_OneChar(int c) in PyToken_OneChar() 1218 register int c; in tok_get() local [all …]
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | RuleBasedBreakIterator.java | 491 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() 676 private LanguageBreakEngine getLanguageBreakEngine(int c) { in getLanguageBreakEngine() 823 CharacterIterator text = fText; in handleNext() local 832 int c = text.current(); in handleNext() local 999 CharacterIterator text = fText; in handleSafePrevious() local 1014 int c = CharacterIteration.previous32(text); in handleSafePrevious() local 1111 int r = 0; local 1155 int r; in preceding() local 1213 int c = CharacterIteration.current32(fText); in populateDictionary() local
|
| /external/skia/gm/ |
| D | savelayer.cpp | 17 SkScalar l, SkScalar t, SkScalar r, SkScalar b) { in save_layer_unclipped() 245 SkRect r = { 0, 0, 200, 200 }; variable 284 static void draw_cell(SkCanvas* canvas, sk_sp<SkTextBlob> blob, SkColor c, SkScalar w, SkScalar h, in draw_cell() 286 SkRect r = SkRect::MakeWH(w, h); in draw_cell() local 338 SkColor c = rand.nextU(); // ensure we're opaque in draw_list() local 348 const char text[] = "This is a very long line of text"; variable
|
| /external/skqp/fuzz/ |
| D | FuzzDrawFunctions.cpp | 85 SkColor c; in init_bitmap() local 120 char text[kTxtLen]; in fuzz_drawText() local 164 SkScalar a, b, c; in fuzz_drawCircle() local 175 SkScalar a, b, c, d; in fuzz_drawLine() local 186 SkScalar a, b, c, d; in fuzz_drawRect() local 188 SkRect r; in fuzz_drawRect() local 212 SkScalar a, b, c, d, e, f; in fuzz_drawPath() local
|
| /external/skia/fuzz/ |
| D | FuzzDrawFunctions.cpp | 85 SkColor c; in init_bitmap() local 120 char text[kTxtLen]; in fuzz_drawText() local 164 SkScalar a, b, c; in fuzz_drawCircle() local 175 SkScalar a, b, c, d; in fuzz_drawLine() local 186 SkScalar a, b, c, d; in fuzz_drawRect() local 188 SkRect r; in fuzz_drawRect() local 212 SkScalar a, b, c, d, e, f; in fuzz_drawPath() local
|
| /external/v8/benchmarks/ |
| D | crypto.js | 58 function BigInteger(a,b,c) { argument 77 function am1(i,x,w,j,c,n) { argument 91 function am2(i,x,w,j,c,n) { argument 108 function am3(i,x,w,j,c,n) { argument 126 function am4(i,x,w,j,c,n) { argument 180 function bnpCopyTo(r) { argument 319 function bnpDLShiftTo(n,r) { argument 330 function bnpDRShiftTo(n,r) { argument 339 function bnpLShiftTo(n,r) { argument 358 function bnpRShiftTo(n,r) { argument [all …]
|
| /external/openssh/ |
| D | clientloop.c | 314 int got_data = 0, generated = 0, do_unlink = 0, r; in client_x11_get_proto() local 805 client_status_confirm(int type, Channel *c, void *ctx) in client_status_confirm() 866 client_abandon_status_confirm(Channel *c, void *ctx) in client_abandon_status_confirm() 1036 const char *text; member 1089 process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr, in process_escapes() 1477 client_simple_escape_filter(Channel *c, char *buf, int len) in client_simple_escape_filter() 1506 int r, max_fd = 0, max_fd2 = 0, len; in client_loop() local 1842 Channel *c = NULL; in client_input_agent_open() local 1843 int r, remote_id, sock; in client_input_agent_open() local 1889 Channel *c = NULL; in client_request_forwarded_tcpip() local [all …]
|
| /external/python/cpython3/Modules/_io/ |
| D | textio.c | 401 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local 424 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local 465 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local 704 ascii_encode(textio *self, PyObject *text) in ascii_encode() 710 utf16be_encode(textio *self, PyObject *text) in utf16be_encode() 717 utf16le_encode(textio *self, PyObject *text) in utf16le_encode() 724 utf16_encode(textio *self, PyObject *text) in utf16_encode() 739 utf32be_encode(textio *self, PyObject *text) in utf32be_encode() 746 utf32le_encode(textio *self, PyObject *text) in utf32le_encode() 753 utf32_encode(textio *self, PyObject *text) in utf32_encode() [all …]
|