HomeSort by relevance Sort by last modified time
    Searched refs:newTextLength (Results 1 - 8 of 8) 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/icu/icu4c/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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 120 long newTextLength = newText.length();
126 if (!newTextLength && fullPrefixLength) {
129 } else if (newTextLength) {
130 if (isHTMLLineBreak(newText[newTextLength - 1])) {
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 351 int32_t newTextLength) {
353 if(newText == 0 || newTextLength < 0) {
354 newTextLength = 0;
356 end = textLength = newTextLength;
  /external/icu/icu4c/source/common/
uchriter.cpp 351 int32_t newTextLength) {
353 if(newText == 0 || newTextLength < 0) {
354 newTextLength = 0;
356 end = textLength = newTextLength;
  /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 153 milliseconds