Searched refs:newText (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleTextEditor.h43 void replaceProperty(unsigned index, const String& newText);
50 void internalReplaceProperty(const InspectorStyleProperty&, const String& newText);
H A DInspectorStyleTextEditor.cpp107 void InspectorStyleTextEditor::replaceProperty(unsigned index, const String& newText) argument
110 internalReplaceProperty(m_allProperties->at(index), newText);
136 void InspectorStyleTextEditor::internalReplaceProperty(const InspectorStyleProperty& property, const String& newText) argument
141 long newTextLength = newText.length();
142 String finalNewText = newText;
151 if (isHTMLLineBreak(newText[newTextLength - 1])) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dschriter.h135 * @param newText The string to be iterated over
138 void setText(const UnicodeString& newText);
172 * @param newText The string to be iterated over
176 void setText(const UChar* newText, int32_t newTextLength);
H A Dnormlzr.h671 * @param newText a string that replaces the current input text
675 void setText(const UnicodeString& newText,
682 * @param newText a CharacterIterator object that replaces the current input text
686 void setText(const CharacterIterator& newText,
693 * @param newText a string that replaces the current input text
698 void setText(const UChar* newText,
H A Drbbi.h368 * @param newText An iterator over the text to analyze. The BreakIterator
372 virtual void adoptText(CharacterIterator* newText);
377 * @param newText The text to analyze.
380 virtual void setText(const UnicodeString& newText);
H A Duchriter.h341 void setText(const UChar* newText, int32_t newTextLength);
/external/icu4c/common/unicode/
H A Dschriter.h135 * @param newText The string to be iterated over
138 void setText(const UnicodeString& newText);
172 * @param newText The string to be iterated over
176 void setText(const UChar* newText, int32_t newTextLength);
H A Dnormlzr.h671 * @param newText a string that replaces the current input text
675 void setText(const UnicodeString& newText,
682 * @param newText a CharacterIterator object that replaces the current input text
686 void setText(const CharacterIterator& newText,
693 * @param newText a string that replaces the current input text
698 void setText(const UChar* newText,
H A Drbbi.h396 * @param newText An iterator over the text to analyze. The BreakIterator
400 virtual void adoptText(CharacterIterator* newText);
405 * @param newText The text to analyze.
408 virtual void setText(const UnicodeString& newText);
H A Duchriter.h341 void setText(const UChar* newText, int32_t newTextLength);
/external/chromium/chrome/browser/ui/cocoa/
H A Dfind_pasteboard.h40 // Sets the current find text to |newText| and sends a
42 // it the new text different from the current text. |newText| must not be nil.
43 - (void)setFindText:(NSString*)newText;
/external/chromium_org/ui/base/cocoa/
H A Dfind_pasteboard.h41 // Sets the current find text to |newText| and sends a
43 // it the new text different from the current text. |newText| must not be nil.
44 - (void)setFindText:(NSString*)newText;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextInsertionBaseCommand.cpp62 String newText = text;
68 newText = evt->text();
71 return newText;
/external/chromium_org/third_party/icu/source/common/
H A Dschriter.cpp108 StringCharacterIterator::setText(const UnicodeString& newText) { argument
109 text = newText;
H A Dnormlzr.cpp399 Normalizer::setText(const UnicodeString& newText, argument
405 CharacterIterator *newIter = new StringCharacterIterator(newText);
420 Normalizer::setText(const CharacterIterator& newText, argument
426 CharacterIterator *newIter = newText.clone();
437 Normalizer::setText(const UChar* newText, argument
444 CharacterIterator *newIter = new UCharCharacterIterator(newText, length);
H A Duchriter.cpp349 void UCharCharacterIterator::setText(const UChar* newText, argument
351 text = newText;
352 if(newText == 0 || newTextLength < 0) {
/external/icu4c/common/
H A Dschriter.cpp108 StringCharacterIterator::setText(const UnicodeString& newText) { argument
109 text = newText;
H A Dnormlzr.cpp398 Normalizer::setText(const UnicodeString& newText, argument
404 CharacterIterator *newIter = new StringCharacterIterator(newText);
419 Normalizer::setText(const CharacterIterator& newText, argument
425 CharacterIterator *newIter = newText.clone();
436 Normalizer::setText(const UChar* newText, argument
443 CharacterIterator *newIter = new UCharCharacterIterator(newText, length);
H A Duchriter.cpp350 void UCharCharacterIterator::setText(const UChar* newText, argument
352 text = newText;
353 if(newText == 0 || newTextLength < 0) {
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java184 String newText = key.substring(numberOfMatchingCharacters, key.length());
186 if (child.getKey().startsWith(newText.charAt(0) + "")) {
188 insert(newText, child, value);
196 n.setKey(newText);
297 String newText = key.substring(numberOfMatchingCharacters, key.length());
299 if (child.getKey().startsWith(newText.charAt(0) + "")) {
300 result = searchPefix(newText, child);
357 String newText = prefix.substring(numberOfMatchingCharacters, prefix.length());
360 if (child.getKey().startsWith(newText.charAt(0) + "")) {
361 visit(newText, visito
[all...]
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dtracing_controller.js72 var newText = 'Buffer usage: ' +
74 if (this.bufferPercentDiv_.textContent != newText)
75 this.bufferPercentDiv_.textContent = newText;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DText.cpp116 RefPtr<Text> newText = cloneWithData(oldStr.substring(offset)); local
122 parentNode()->insertBefore(newText.get(), nextSibling(), exceptionState);
132 return newText.release();
192 PassRefPtr<Text> Text::replaceWholeText(const String& newText) argument
217 if (newText.isEmpty()) {
223 setData(newText);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c96 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1)); local
97 u_strncpy(newText, x->text, start);
98 u_strncpy(newText + start, text, textLength);
99 u_strcpy(newText + start + textLength, x->text + limit);
101 x->text = newText;
108 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1)); local
109 u_strncpy(newText, x->text, dest);
110 u_strncpy(newText + dest, x->text + start, limit - start);
111 u_strcpy(newText + dest + limit - start, x->text + dest);
113 x->text = newText;
[all...]
/external/icu4c/test/cintltst/
H A Dutransts.c96 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1)); local
97 u_strncpy(newText, x->text, start);
98 u_strncpy(newText + start, text, textLength);
99 u_strcpy(newText + start + textLength, x->text + limit);
101 x->text = newText;
108 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1)); local
109 u_strncpy(newText, x->text, dest);
110 u_strncpy(newText + dest, x->text + start, limit - start);
111 u_strcpy(newText + dest + limit - start, x->text + dest);
113 x->text = newText;
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDOMStorageItemsView.js225 _editingCallback: function(editingNode, columnIdentifier, oldText, newText)
231 domStorage.setItem(newText, editingNode.data.value || '');
234 domStorage.setItem(editingNode.data.key || '', newText);

Completed in 1114 milliseconds

123