OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTextLength
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
schriter.h
173
* @param
newTextLength
The length of the String
176
void setText(const UChar* newText, int32_t
newTextLength
);
uchriter.h
341
void setText(const UChar* newText, int32_t
newTextLength
);
/external/icu4c/common/unicode/
schriter.h
173
* @param
newTextLength
The length of the String
176
void setText(const UChar* newText, int32_t
newTextLength
);
uchriter.h
341
void setText(const UChar* newText, int32_t
newTextLength
);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp
141
long
newTextLength
= newText.length();
147
if (!
newTextLength
&& fullPrefixLength) {
150
} else if (
newTextLength
) {
151
if (isHTMLLineBreak(newText[
newTextLength
- 1])) {
/external/chromium_org/third_party/icu/source/common/
uchriter.cpp
350
int32_t
newTextLength
) {
352
if(newText == 0 ||
newTextLength
< 0) {
353
newTextLength
= 0;
355
end = textLength =
newTextLength
;
/external/icu4c/common/
uchriter.cpp
351
int32_t
newTextLength
) {
353
if(newText == 0 ||
newTextLength
< 0) {
354
newTextLength
= 0;
356
end = textLength =
newTextLength
;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FlameChart.js
841
var
newTextLength
= Math.floor(title.length * visiblePartSize) + 1;
843
if (
newTextLength
< minTextLength)
847
--
newTextLength
;
848
substring = title.substring(0,
newTextLength
);
850
return title.substring(0,
newTextLength
) + "\u2026";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 146 milliseconds