Searched refs:leftLength (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Dunorm.cpp225 _concatenate(const UChar *left, int32_t leftLength, argument
234 left==NULL || leftLength<-1 || right==NULL || rightLength<-1) {
251 destString.setTo(dest, leftLength, destCapacity);
254 destString.append(left, leftLength);
261 unorm_concatenate(const UChar *left, int32_t leftLength, argument
273 return _concatenate(left, leftLength, right, rightLength,
276 return _concatenate(left, leftLength, right, rightLength,
/external/icu4c/common/unicode/
H A Dunorm.h439 * @param leftLength Length of left source string, or -1 if NUL-terminated.
457 unorm_concatenate(const UChar *left, int32_t leftLength,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dunorm.h453 * @param leftLength Length of left source string, or -1 if NUL-terminated.
471 unorm_concatenate(const UChar *left, int32_t leftLength,
/external/webkit/Source/WebCore/icu/unicode/
H A Dunorm.h453 * @param leftLength Length of left source string, or -1 if NUL-terminated.
471 unorm_concatenate(const UChar *left, int32_t leftLength,
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dunorm.h453 * @param leftLength Length of left source string, or -1 if NUL-terminated.
471 unorm_concatenate(const UChar *left, int32_t leftLength,
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
H A DCurvesHelper.java366 float leftLength = length - currentLength;
367 float percentOnSegment = p.length() == 0 ? 0 : leftLength / p.length();

Completed in 146 milliseconds