Lines Matching full:java
67 The JavaScript library is ported from the Java implementation.
68 When the Java project gets updated follow these steps to update the JavaScript
73 * Manually update the toJsArray() Java methods in tools/java/java-build/src/com/google/i18n/phonenumbers/BuildMetadataJsonFromXml.java
74 * Build `tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar` by running: `mvn -f tools/java/java-build/pom.xml package`
78 `ant -f java/build.xml build-js-metadata`
80 3. Manually port any changes of the Java code to the JavaScript code:
81 * PhoneNumberUtil.java => phonenumberutil.js
82 * AsYouTypeFormatter.java => asyoutypeformatter.js
83 * PhoneNumberUtilTest.java => phonenumberutil_test.js
84 * AsYouTypeFormatterTest.java => asyoutypeformatter_test.js
99 3. JS port of PhoneNumberUtil does not handle all digits, only a subset (JavaScript has no equivalent to the Java Character.digit).