Lines Matching full:changes
18 Changes to upstream ICU4J can fall into one of three categories:
20 1) Back-ported upstream ICU patches or other ICU behavior changes made for Android that cannot be
22 2) Mechanical changes related to ICU4J being repackaged on Android under android.icu, the exposure
29 All changes made to icu4j should be accompanied by changes in android_icu4j and vice versa.
34 After making changes (described below) the source code can be regenerated using:
42 The code in android_icu4j will be regenerated and should contain the changes you made
48 Upstream patches and other code changes that modify ICU4J behavior are made in the icu4j
65 To reduce the maintenance cost of reapplying these changes when we upgrade ICU we store the patches
66 in the javadoc_patches directory. The use of the patch command also helps detect when changes
69 Changes are stored in separate files, one for each source file. This avoids maintaining a monolithic
72 Javadoc changes are applied by the generate_android_icu4j.sh script automatically during post-srcgen
75 WARNING: DO NOT add any behavioral changes in these patches. Behavioral code changes should be made