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

  /external/webkit/WebCore/platform/text/
TextCodecUserDefined.cpp 80 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
81 result.grow(resultLength + replacementLength + length - i);
83 memcpy(bytes + resultLength, replacement, replacementLength);
84 resultLength += replacementLength;
TextCodecLatin1.cpp 163 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
164 result.grow(resultLength + replacementLength + length - i);
166 memcpy(bytes + resultLength, replacement, replacementLength);
167 resultLength += replacementLength;
  /cts/tools/annotation-helper/src/spechelper/
MyCompletion.java 38 int replacementOffset, int replacementLength, int cursorPosition,
44 m_replacelen = replacementLength;
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 737 int32_t replacementLength,
744 if (replacementText == NULL || replacementLength < -1 ||
762 len += uregex_appendReplacement(regexp, replacementText, replacementLength,
786 int32_t replacementLength,
793 if (replacementText == NULL || replacementLength < -1 ||
805 len = uregex_appendReplacement(regexp, replacementText, replacementLength,
830 int32_t replacementLength,
877 int32_t replacementLength,
897 if (replacementText == NULL || replacementLength < -1 ||
919 if (replacementLength == -1)
    [all...]
  /external/icu4c/i18n/
uregex.cpp 1027 int32_t replacementLength
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uregex.h 640 * @param replacementLength The length of the replacement string, or
654 int32_t replacementLength,
673 * @param replacementLength The length of the replacement string, or
687 int32_t replacementLength,
721 * @param replacementLength The length of the replacement text string,
742 int32_t replacementLength,
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utext.h 801 * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated.
813 const UChar *replacementText, int32_t replacementLength,
    [all...]
  /external/icu4c/common/unicode/
utext.h     [all...]
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
utext.cpp 480 const UChar *replacementText, int32_t replacementLength,
490 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
    [all...]
  /external/icu4c/common/
utext.cpp 836 const UChar *replacementText, int32_t replacementLength,
846 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 432 milliseconds