Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UAN
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H
A
D
Types.java
29
import static com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType.
UAN
;
72
.put(XML_UAN,
UAN
)
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H
A
D
ExampleNumbersTest.java
126
Set<PhoneNumberType> uanTypes = EnumSet.of(PhoneNumberType.
UAN
);
in testUan()
127
checkNumbersValidAndCorrectType(PhoneNumberType.
UAN
, uanTypes);
in testUan()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H
A
D
RangesTableSchema.java
118
/** Maps to {@link ValidNumberType#
UAN
}. */
119
UAN
,
enum constant
134
ExtType.
UAN
,
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H
A
D
demo.js
198
case i18n.phonenumbers.PhoneNumberType.
UAN
:
199
return '
UAN
';
H
A
D
phonenumberutil.js
1082
UAN
: 9,
2942
case i18n.phonenumbers.PhoneNumberType.
UAN
:
3010
return i18n.phonenumbers.PhoneNumberType.
UAN
;
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H
A
D
BuildMetadataFromXml.java
88
private static final String
UAN
= "uan";
field in BuildMetadataFromXml
503
metadata.setUan(processPhoneNumberDescElement(generalDesc, element,
UAN
));
in setRelevantDescPatterns()
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
phonenumberutil.h
118
UAN
,
enumerator
H
A
D
phonenumberutil.cc
159
case PhoneNumberUtil::
UAN
:
in GetNumberDescByType()
2579
VLOG(4) << "Number is a
UAN
.";
in GetNumberTypeHelper()
2580
return PhoneNumberUtil::
UAN
;
in GetNumberTypeHelper()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H
A
D
PhoneNumberUtil.java
495
UAN
,
enum constant
2225
case
UAN
:
in getNumberDescByType()
2274
return PhoneNumberType.
UAN
;
in getNumberTypeHelper()
Completed in 20 milliseconds