• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3<!--
4@license
5Copyright (C) 2010 The Libphonenumber Authors
6
7Licensed under the Apache License, Version 2.0 (the "License");
8you may not use this file except in compliance with the License.
9You may obtain a copy of the License at
10
11     http://www.apache.org/licenses/LICENSE-2.0
12
13Unless required by applicable law or agreed to in writing, software
14distributed under the License is distributed on an "AS-IS" BASIS,
15WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16See the License for the specific language governing permissions and
17limitations under the License.
18-->
19<!--
20  Author: Nikolaos Trogkanis
21-->
22<head>
23<meta charset="utf-8">
24<title>libphonenumber Unit Tests - i18n.phonenumbers - phonenumberutil.js</title>
25<script src="../../../../closure-library/closure/goog/base.js"></script>
26<script>
27  goog.require('goog.proto2.Message');
28</script>
29<script src="phonemetadata.pb.js"></script>
30<script src="phonenumber.pb.js"></script>
31<script src="metadatafortesting.js"></script>
32<script src="regioncodefortesting.js"></script>
33<script src="phonenumberutil.js"></script>
34<script src="phonenumberutil_test.js"></script>
35</head>
36<body>
37</body>
38</html>
39