/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | unistr.cpp | 1208 int32_t oldLength, in findAndReplace() 1465 int32_t oldLength = this->length(); in doReplace() local 1608 int32_t oldLength = length(); in doAppend() local 1742 int32_t oldLength = length(); in padLeading() local 1764 int32_t oldLength = length(); in padTrailing() local 1873 int32_t oldLength = length(); in cloneArrayIfNeeded() local 1978 int32_t oldLength = str.length(); in getAppendBuffer() local
|
H A D | unistr_props.cpp | 37 int32_t oldLength = this->length(); in trim() local
|
H A D | unistr_case.cpp | 103 int32_t oldLength = length(); in caseMap() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | unistr.cpp | 1208 int32_t oldLength, in findAndReplace() 1465 int32_t oldLength = this->length(); in doReplace() local 1608 int32_t oldLength = length(); in doAppend() local 1759 int32_t oldLength = length(); in padLeading() local 1781 int32_t oldLength = length(); in padTrailing() local 1890 int32_t oldLength = length(); in cloneArrayIfNeeded() local 1995 int32_t oldLength = str.length(); in getAppendBuffer() local
|
H A D | unistr_props.cpp | 37 int32_t oldLength = this->length(); in trim() local
|
H A D | unistr_case.cpp | 103 int32_t oldLength = length(); in caseMap() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/signature/ |
D | ThreadUnsafeByteArrayOutputStream.java | 72 private static int calculateNewLength(int oldLength, int minGrowth, int prefGrowth) { in calculateNewLength() 81 private static int hugeLength(int oldLength, int minGrowth) { in hugeLength()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 84 public void addReplace(int oldLength, int newLength) { throw new RuntimeException("Stub!"); } in addReplace() 294 public int oldLength() { throw new RuntimeException("Stub!"); } in oldLength() method in Edits.Iterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 84 public void addReplace(int oldLength, int newLength) { throw new RuntimeException("Stub!"); } in addReplace() 294 public int oldLength() { throw new RuntimeException("Stub!"); } in oldLength() method in Edits.Iterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 84 public void addReplace(int oldLength, int newLength) { throw new RuntimeException("Stub!"); } in addReplace() 294 public int oldLength() { throw new RuntimeException("Stub!"); } in oldLength() method in Edits.Iterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 84 public void addReplace(int oldLength, int newLength) { throw new RuntimeException("Stub!"); } in addReplace() 294 public int oldLength() { throw new RuntimeException("Stub!"); } in oldLength() method in Edits.Iterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 84 public void addReplace(int oldLength, int newLength) { throw new RuntimeException("Stub!"); } in addReplace() 294 public int oldLength() { throw new RuntimeException("Stub!"); } in oldLength() method in Edits.Iterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 84 public void addReplace(int oldLength, int newLength) { throw new RuntimeException("Stub!"); } in addReplace() 294 public int oldLength() { throw new RuntimeException("Stub!"); } in oldLength() method in Edits.Iterator
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | testutil.h | 22 int32_t oldLength, newLength; member
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | testutil.h | 22 int32_t oldLength, newLength; member
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/ |
H A D | ArraysSupport.java | 738 public static int newLength(int oldLength, int minGrowth, int prefGrowth) { in newLength() 752 private static int hugeLength(int oldLength, int minGrowth) { in hugeLength()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/prefs/ |
H A D | PreferencesTest.java | 88 long oldLength = userPrefs.length(); in testPreferencesClobbersExistingFiles() local
|
/aosp_15_r20/libcore/luni/src/test/java/tests/com/android/org/bouncycastle/crypto/digests/ |
H A D | DigestTest.java | 74 int oldLength = oldDigest.doFinal(oldHash, 0); in doTestMessageDigest() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 908 private int oldLength, newLength; field in UCharacterCaseTest.EditChange 909 EditChange(boolean change, int oldLength, int newLength) { in EditChange()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 905 private int oldLength, newLength; field in UCharacterCaseTest.EditChange 906 EditChange(boolean change, int oldLength, int newLength) { in EditChange()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PointTest.cpp | 37 SkScalar oldLength = point.length(); in test_Normalize() local
|
/aosp_15_r20/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
D | AidlVehiclePropConfigBuilder.java | 63 int oldLength = mConfig.areaConfigs.length; in addAreaConfig() local
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 343 int32_t oldLength() const { return oldLength_; } in oldLength() function
|
/aosp_15_r20/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 343 int32_t oldLength() const { return oldLength_; } in oldLength() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 343 int32_t oldLength() const { return oldLength_; } in oldLength() function
|