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 118 long newTextLength = newText.length();
124 if (!newTextLength && fullPrefixLength) {
127 } else if (newTextLength) {
128 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/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 189 milliseconds