| /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
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ |
| D | TestFormatSchema.java | 43 protected JsonParser _createParser(Reader r, IOContext ctxt) in _createParser() 123 public void setCodec(ObjectCodec c) { } in setCodec() 194 public void writeRaw(String text) throws IOException { } in writeRaw() 197 public void writeRaw(String text, int offset, int len) { } in writeRaw() 200 public void writeRaw(char[] text, int offset, int len) { } in writeRaw() 203 public void writeRaw(char c) throws IOException { } in writeRaw() 206 public void writeRawUTF8String(byte[] text, int offset, int length) { } in writeRawUTF8String() 209 public void writeString(String text) throws IOException { } in writeString() 212 public void writeString(char[] text, int offset, int len) { } in writeString() 215 public void writeUTF8String(byte[] text, int offset, int length) { } in writeUTF8String() [all …]
|
| /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/skia/gm/ |
| D | savelayer.cpp | 66 SkRect r = { 0, 0, 200, 200 }; variable 101 static void draw_cell(SkCanvas* canvas, sk_sp<SkTextBlob> blob, SkColor c, SkScalar w, SkScalar h, in draw_cell() 103 SkRect r = SkRect::MakeWH(w, h); in draw_cell() local 155 SkColor c = rand.nextU(); // ensure we're opaque in draw_list() local 167 const char text[] = "This is a very long line of text"; variable 188 SkRect r{0, 0, 300, 300}; variable
|
| /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 | 485 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() 663 private LanguageBreakEngine getLanguageBreakEngine(int c) { in getLanguageBreakEngine() 763 CharacterIterator text = fText; in handleNext() local 772 int c = text.current(); in handleNext() local 936 CharacterIterator text = fText; in handleSafePrevious() local 951 int c = CharacterIteration.previous32(text); in handleSafePrevious() local 1047 int r = 0; local 1091 int r; in preceding() local 1149 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/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 281 UChar c; in parseAsciiInteger() local 308 UChar32 c, in appendToRule() 397 const UnicodeString& text, in appendToRule()
|
| D | rbbi_cache.cpp | 53 int32_t r = 0; in following() local 94 int32_t r; in preceding() local 137 UText *text = &fBI->fText; in populateDictionary() local 144 UChar32 c = utext_current32(text); in populateDictionary() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
| D | re2.cc | 297 unsigned long c; in FindMSBSet() local 301 int c = 0; in FindMSBSet() local 371 bool RE2::FullMatchN(const StringPiece& text, const RE2& re, in FullMatchN() 376 bool RE2::PartialMatchN(const StringPiece& text, const RE2& re, in PartialMatchN() 461 Rune r; in GlobalReplace() local 498 bool RE2::Extract(const StringPiece& text, in GlobalReplace() 568 char& c = (*min)[i]; in GlobalReplace() local 614 bool RE2::Match(const StringPiece& text, in GlobalReplace() 881 bool RE2::DoMatch(const StringPiece& text, in GlobalReplace() 950 int c = *s; in GlobalReplace() local [all …]
|
| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/ |
| D | StringGenerationTest.java | 112 Random r = new Random(len); in generateRandom() local 135 String text = _generareMediumText(length); in _testMediumStrings() local 187 private void _testLongerRandom(int readMode, String text, boolean charArray) in _testLongerRandom() 225 private void _testLongerRandomMulti(int readMode, String text, boolean charArray, int round) in _testLongerRandomMulti() 250 char c = text.charAt(offset+len-1); in _testLongerRandomMulti() local
|
| D | StringGenerationFromReaderTest.java | 108 Random r = new Random(len); in generateRandom() local 131 String text = _generareMediumText(length); in _testMediumStrings() local 180 private void _testLongerRandom(int readMode, String text) in _testLongerRandom() 212 private void _testLongerRandomMulti(int readMode, String text, int round) in _testLongerRandomMulti() 237 char c = text.charAt(offset+len-1); in _testLongerRandomMulti() local
|
| /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/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
| D | pcre.cc | 194 bool PCRE::FullMatchFunctor::operator ()(const StringPiece& text, in operator ()() 237 bool PCRE::PartialMatchFunctor::operator ()(const StringPiece& text, in operator ()() 454 bool PCRE::Extract(const StringPiece &text, in Extract() 511 int PCRE::TryMatch(const StringPiece& text, in TryMatch() 607 bool PCRE::DoMatchImpl(const StringPiece& text, in DoMatchImpl() 657 bool PCRE::DoMatch(const StringPiece& text, in DoMatch() 672 const StringPiece &text, int *vec, int veclen) const { in Rewrite() argument 676 int c = *s; in Rewrite() local 712 int c = *s; in CheckRewriteString() local 845 long r = strtol(str, &end, radix); in parse_long_radix() local [all …]
|
| /external/llvm-project/flang/lib/Parser/ |
| D | provenance.cpp | 205 ProvenanceRange AllSources::AddCompilerInsertion(std::string text) { in AddCompilerInsertion() 231 const char *text{inc.source.content().data() + in EmitMessage() local 370 AllSources::Origin::Origin(ProvenanceRange r, const SourceFile &source) in Origin() 372 AllSources::Origin::Origin(ProvenanceRange r, const SourceFile &included, in Origin() 375 AllSources::Origin::Origin(ProvenanceRange r, ProvenanceRange def, in Origin() 378 AllSources::Origin::Origin(ProvenanceRange r, const std::string &text) in Origin() 451 static void DumpRange(llvm::raw_ostream &o, const ProvenanceRange &r) { in DumpRange() 531 if (const CookedSource * c{Find(cb)}) { in GetProvenanceRange() local 568 for (const auto &c : cooked_) { in GetCharBlock() local 579 for (const auto &c : cooked_) { in Dump() 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | RuleBasedBreakIterator.java | 499 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() 684 private LanguageBreakEngine getLanguageBreakEngine(int c) { in getLanguageBreakEngine() 784 CharacterIterator text = fText; in handleNext() local 793 int c = text.current(); in handleNext() local 957 CharacterIterator text = fText; in handleSafePrevious() local 972 int c = CharacterIteration.previous32(text); in handleSafePrevious() local 1068 int r = 0; local 1112 int r; in preceding() local 1170 int c = CharacterIteration.current32(fText); in populateDictionary() local
|
| /external/webrtc/examples/peerconnection/client/linux/ |
| D | main_wnd.cc | 181 const char* text, in MessageBox() 430 char* text; in OnRowActivated() local 457 for (int r = 0; r < height_; ++r) { in OnRedraw() local 458 for (int c = 0; c < width_; ++c) { in OnRedraw() local 484 for (int r = 0; r < local_renderer->height(); r += 2) { in OnRedraw() local 485 for (int c = 0; c < local_renderer->width(); c += 2) { in OnRedraw() local
|
| /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/openssh/ |
| D | clientloop.c | 278 int got_data = 0, generated = 0, do_unlink = 0, r; in client_x11_get_proto() local 472 int r; in server_alive_check() local 499 int r, ret; in client_wait_until_can_do_something() local 609 int r, len; in client_process_net_input() local 657 client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) in client_status_confirm() 661 int r, tochan; in client_status_confirm() local 720 client_abandon_status_confirm(struct ssh *ssh, Channel *c, void *ctx) in client_abandon_status_confirm() 884 const char *text; member 907 int r; in print_escape_help() local 937 process_escapes(struct ssh *ssh, Channel *c, in process_escapes() [all …]
|
| /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/skia/fuzz/ |
| D | FuzzDrawFunctions.cpp | 83 SkColor c; in init_bitmap() local 118 char text[kTxtLen]; in fuzz_drawText() local 162 SkScalar a, b, c; in fuzz_drawCircle() local 173 SkScalar a, b, c, d; in fuzz_drawLine() local 184 SkScalar a, b, c, d; in fuzz_drawRect() local 186 SkRect r; in fuzz_drawRect() local 210 SkScalar a, b, c, d, e, f; in fuzz_drawPath() local
|
| /external/rust/crates/regex/src/ |
| D | re_bytes.rs | 22 text: &'t [u8], field 188 pub fn find_iter<'r, 't>(&'r self, text: &'t [u8]) -> Matches<'r, 't> { in find_iter() 290 pub fn captures_iter<'r, 't>( in captures_iter() 293 ) -> CaptureMatches<'r, 't> { in captures_iter() 317 pub fn split<'r, 't>(&'r self, text: &'t [u8]) -> Split<'r, 't> { in split() 341 pub fn splitn<'r, 't>( in splitn() 345 ) -> SplitN<'r, 't> { in splitn() 701 let text = self.0.text(); in next() localVariable 748 let text = self.finder.0.text(); in next() localVariable 795 let text = self.splits.finder.0.text(); in next() localVariable [all …]
|