HomeSort by relevance Sort by last modified time
    Searched refs:sourceLength (Results 26 - 49 of 49) sorted by null

12

  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.h 138 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
139 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
140 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
  /external/webkit/Source/WebCore/platform/audio/
AudioBus.cpp 403 int sourceLength = resamplerSourceBus->length();
404 int destinationLength = sourceLength / sampleRateRatio;
416 resampler.process(source, destination, sourceLength);
  /external/icu4c/common/unicode/
unorm.h 194 * @param sourceLength The length of source, or -1 if NUL-terminated.
207 unorm_normalize(const UChar *source, int32_t sourceLength,
224 * @param sourcelength length of source to test, or -1 if NUL-terminated
233 unorm_quickCheck(const UChar *source, int32_t sourcelength,
  /external/icu4c/i18n/
tblcoll.cpp 334 int32_t sourceLength,
340 return ucol_strcoll(ucollator, source, sourceLength, target, targetLength);
513 int32_t sourceLength, uint8_t *result,
516 return ucol_getSortKey(ucollator, source, sourceLength, result, resultLength);
ucol.cpp     [all...]
coll.cpp 451 Collator::EComparisonResult Collator::compare(const UChar* source, int32_t sourceLength,
456 return (EComparisonResult)compare(source, sourceLength, target, targetLength, ec);
594 int32_t sourceLength,
601 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
ucol_imp.h 542 const UChar *source, int32_t sourceLength,
549 int32_t sourceLength,
558 int32_t sourceLength,
566 int32_t sourceLength,
575 int32_t sourceLength,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
unorm.h 187 * @param sourceLength The length of source, or -1 if NUL-terminated.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
238 * @param sourcelength length of source to test, or -1 if NUL-terminated
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
  /external/webkit/Source/WebCore/icu/unicode/
unorm.h 187 * @param sourceLength The length of source, or -1 if NUL-terminated.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
238 * @param sourcelength length of source to test, or -1 if NUL-terminated
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
  /external/webkit/Source/WebKit/mac/icu/unicode/
unorm.h 187 * @param sourceLength The length of source, or -1 if NUL-terminated.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
238 * @param sourcelength length of source to test, or -1 if NUL-terminated
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 708 size_t sourceLength = forms->length();
710 temp.reserveCapacity(sourceLength);
711 for (size_t i = 0; i < sourceLength; ++i) {
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c     [all...]
nucnvtst.c     [all...]
  /external/v8/src/
mirror-debugger.js     [all...]
d8.js     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 2829 milliseconds

12