HomeSort by relevance Sort by last modified time
    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 712 var newTextLength = Math.floor(title.length * visiblePartSize) + 1;
714 if (newTextLength < minTextLength)
718 --newTextLength;
719 substring = title.substring(0, newTextLength);
721 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 389 milliseconds