HomeSort by relevance Sort by last modified time
    Searched refs:replacementLength (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUserDefined.cpp 81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
82 result.grow(resultLength + replacementLength + length - i);
84 memcpy(bytes + resultLength, replacement, replacementLength);
85 resultLength += replacementLength;
TextCodecLatin1.cpp 234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
235 result.grow(resultLength + replacementLength + length - i);
237 memcpy(bytes + resultLength, replacement, replacementLength);
238 resultLength += replacementLength;
StringImpl.h 409 ALWAYS_INLINE PassRefPtr<StringImpl> replace(UChar pattern, const char* replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>(replacement), replacementLength); }
410 PassRefPtr<StringImpl> replace(UChar, const LChar*, unsigned replacementLength);
411 PassRefPtr<StringImpl> replace(UChar, const UChar*, unsigned replacementLength);
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 121 int replacementLength, int flag) {
124 int delta = replacementLength - replacedLength;
125 boolean textIsReplaced = replacedLength > 0 && replacementLength > 0;
147 (replacementLength == 0 || originalStart > replaceStart ||
168 assertEquals(replaceStart + replacementLength, start);
175 assertEquals(replaceStart + replacementLength, start);
200 assertEquals(replaceStart + replacementLength, end);
211 assertEquals(replaceStart + replacementLength, end);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 83 int replacementLength, int cursorPosition, Image image, String displayString,
88 assert replacementLength >= 0;
95 mReplacementLength = replacementLength;
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp     [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 223 unsigned replacementLength = replacement.length();
245 newSelectionEnd = start + replacementLength;
249 newSelectionStart = newSelectionEnd = start + replacementLength;
252 long delta = replacementLength - (end - start);
262 newSelectionEnd = start + replacementLength;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 837 * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated.
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 837 * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated.
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 283 final int replacementLength = csEnd - csStart;
284 final int nbNewChars = replacementLength - replacedLength;
330 final boolean textIsRemoved = replacementLength == 0;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utext.cpp 484 const UChar *replacementText, int32_t replacementLength,
494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 484 const UChar *replacementText, int32_t replacementLength,
494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 1982 milliseconds

1 2