Searched defs:oldLength (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/common/
H A Dunistr_props.cpp35 int32_t oldLength = this->length(); local
36 int32_t i = oldLength, length;
49 if(length < oldLength) {
H A Dunistr_case.cpp101 int32_t oldLength; local
106 oldLength = getShortLength();
107 u_memcpy(oldStackBuffer, fUnion.fStackFields.fBuffer, oldLength);
110 oldLength = length();
114 if(oldLength <= US_STACKBUF_SIZE) {
117 capacity = oldLength + 20;
130 oldArray, oldLength, &errorCode);
H A Duhash.c396 int32_t oldLength = hash->length; local
416 hash->length = oldLength;
420 for (i = oldLength - 1; i >= 0; --i) {
H A Dmessagepattern.cpp95 UBool ensureCapacityForOneMore(int32_t oldLength, UErrorCode &errorCode);
123 MessagePatternList<T, stackCapacity>::ensureCapacityForOneMore(int32_t oldLength, UErrorCode &errorCode) { argument
127 if(a.getCapacity()>oldLength || a.resize(2*oldLength, oldLength)!=NULL) {
H A Dunistr.cpp1050 int32_t oldLength,
1060 oldText.pinIndices(oldStart, oldLength);
1063 if(oldLength == 0) {
1067 while(length > 0 && length >= oldLength) {
1068 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1074 replace(pos, oldLength, newText, newStart, newLength);
1075 length -= pos + oldLength - start;
1311 int32_t oldLength = this->length(); local
1320 setLength(oldLength - length);
1324 if(length >= (oldLength
1046 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) argument
1520 int32_t oldLength = length(); local
1542 int32_t oldLength = length(); local
1651 int32_t oldLength = length(); local
1756 int32_t oldLength = str.length(); local
[all...]
H A Dutext.cpp1889 int32_t oldLength; local
1898 oldLength=rep->length(); // will subtract from new length
1904 int32_t start32 = pinIndex(start, oldLength);
1905 int32_t limit32 = pinIndex(limit, oldLength);
1908 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
1913 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
1923 int32_t lengthDelta = newLength - oldLength;
2162 int32_t oldLength; local
2174 oldLength=us->length();
2175 int32_t start32 = pinIndex(start, oldLength);
[all...]
/external/skia/tests/
H A DPointTest.cpp30 SkScalar oldLength = point.length(); local
33 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
/external/icu/icu4c/source/test/intltest/
H A Dalphaindextst.cpp32 int32_t oldLength = dest.length(); local
35 if (dest.length() > oldLength) {
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp1072 uint32_t i, value, oldLength, old3Top; local
1075 oldLength=mbcsData->ucm->states.maxCharLength;
1076 if(oldLength<3) {
1088 if(oldLength==4) {
1093 for(i=0; i<old3Top; i+=oldLength) {
1104 mbcsData->ucm->states.outputType=(int8_t)(MBCS_OUTPUT_3_EUC+oldLength-3);
1105 mbcsData->stage3Top=(old3Top*(oldLength-1))/oldLength;
1114 if(oldLength==3) {
1116 for(i=0; i<old3Top; i+=oldLength) {
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java599 int oldLength = codeAttribute.u4codeLength;
602 if (newInstructionOffsets.length < oldLength + 1)
604 newInstructionOffsets = new int[oldLength + 1];
609 oldLength);
625 oldLength);
635 * @param oldLength the code length.
638 private int mapInstructions(byte[] oldCode, int oldLength) argument
660 while (oldOffset < oldLength);
715 * @param oldLength the original code length.
721 int oldLength)
717 moveInstructions(Clazz clazz, Method method, CodeAttribute codeAttribute, byte[] oldCode, int oldLength) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 369 milliseconds