Home
last modified time | relevance | path

Searched defs:newText (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DBreakIteratorICU.java93 public void setText(CharacterIterator newText) { in setText()
98 public void setText(String newText) { in setText()
/third_party/typescript/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/
Dremove-comment-directives,-they-are-handled-correcrly.js256 "newText": " ", property
474 "newText": "// @ts-ignore", property
/third_party/typescript/src/services/codefixes/
DuseBigintLiteral.ts32 const newText = numericLiteral.getText(sourceFile) + "n"; constant
DcorrectQualifiedNameToIndexedAccessType.ts15 const newText = `${qualifiedName.left.text}["${qualifiedName.right.text}"]`; constant
/third_party/typescript/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/
Dworks-when-renaming-file-with-different-casing.js481 "newText": "./logger", property
Dwhen-changing-module-name-with-different-casing.js294 "newText": "./logger", property
/third_party/skia/m133/third_party/externals/icu/source/common/
Dnormlzr.cpp406 Normalizer::setText(const UnicodeString& newText, in setText()
427 Normalizer::setText(const CharacterIterator& newText, in setText()
444 Normalizer::setText(ConstChar16Ptr newText, in setText()
Dschriter.cpp110 StringCharacterIterator::setText(const UnicodeString& newText) { in setText()
/third_party/icu/icu4c/source/common/
Dnormlzr.cpp406 Normalizer::setText(const UnicodeString& newText, in setText()
427 Normalizer::setText(const CharacterIterator& newText, in setText()
444 Normalizer::setText(ConstChar16Ptr newText, in setText()
Dschriter.cpp110 StringCharacterIterator::setText(const UnicodeString& newText) { in setText()
/third_party/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp406 Normalizer::setText(const UnicodeString& newText, in setText()
427 Normalizer::setText(const CharacterIterator& newText, in setText()
444 Normalizer::setText(ConstChar16Ptr newText, in setText()
Dschriter.cpp110 StringCharacterIterator::setText(const UnicodeString& newText) { in setText()
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built.js509 "newText": "\n", property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built.js509 "newText": "\n", property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js511 "newText": "\n", property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built.js509 "newText": "\n", property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built.js509 "newText": "\n", property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js511 "newText": "\n", property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built-with-preserveSymlinks.js511 "newText": "\n", property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built-with-preserveSymlinks.js511 "newText": "\n", property
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBreakIterator.java491 public void setText(String newText) in setText()
508 public void setText(CharSequence newText) { in setText()
526 public abstract void setText(CharacterIterator newText); in setText()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBreakIterator.java518 public void setText(String newText) in setText()
536 public void setText(CharSequence newText) { in setText()
555 public abstract void setText(CharacterIterator newText); in setText()
/third_party/mesa3d/ohos/
DmodifyDtsi.py51 def addItem(self, newText, positionInedx, rowNume): argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DAbstractBreakIteratorTests.java80 public void setText(CharacterIterator newText) { in setText()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DAbstractBreakIteratorTests.java83 public void setText(CharacterIterator newText) { in setText()

1234