Searched refs:oldLength (Results 1 – 5 of 5) sorted by relevance
72 private static int calculateNewLength(int oldLength, int minGrowth, int prefGrowth) { in calculateNewLength() argument73 int newLength = oldLength + Math.max(minGrowth, prefGrowth); in calculateNewLength()77 return hugeLength(oldLength, minGrowth); in calculateNewLength()81 private static int hugeLength(int oldLength, int minGrowth) { in hugeLength() argument82 int newLength = oldLength + minGrowth; in hugeLength()
63 int oldLength = mConfig.areaConfigs.length; in addAreaConfig() local64 VehicleAreaConfig[] newConfigs = duplicateAreaConfig(mConfig.areaConfigs, oldLength + 1); in addAreaConfig()65 newConfigs[oldLength] = config; in addAreaConfig()
134 iterator.oldLength(), // 1 in applyCaseMapToSpannable()
META-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
3193 Landroid/icu/text/Edits$Iterator;->oldLength()I