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:NormalizeUTF8
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/icu4c/source/test/perf/normperf/
H
A
D
simplenormperf.cpp
265
class
NormalizeUTF8
: public Operation {
class
267
NormalizeUTF8
(const Normalizer2 &n2, const UnicodeString &text) : norm2(n2), sink(&dest) {
in NormalizeUTF8()
function in __anon3716::NormalizeUTF8
271
virtual ~
NormalizeUTF8
();
284
NormalizeUTF8
::~
NormalizeUTF8
() {
in ~NormalizeUTF8()
288
double
NormalizeUTF8
::call(int32_t iterations, int32_t pieceLength) {
in call()
324
NormalizeUTF8
op(*nfc, CommonChars::getJapanese(maxLength));
in main()
340
NormalizeUTF8
op(*nfkc_cf, CommonChars::getMixed(maxLength));
in main()
344
NormalizeUTF8
op(*nfkc_cf, CommonChars::getLowercaseLatin1(maxLength));
in main()
348
NormalizeUTF8
o
in main()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
normalize_utf8.h
22
struct
NormalizeUTF8
{
struct
H
A
D
phonenumbermatcher.cc
709
NormalizeUTF8
::NormalizeDecimalDigits(candidate);
in CheckNumberGroupingIsValid()
H
A
D
phonenumberutil.cc
2720
number->assign(
NormalizeUTF8
::NormalizeDecimalDigits(*number));
in NormalizeDigitsOnly()
/third_party/libphonenumber/cpp/test/phonenumbers/
H
A
D
phonenumberutil_test.cc
146
EXPECT_EQ(input,
NormalizeUTF8
::NormalizeDecimalDigits(input));
in TEST_F()
158
EXPECT_TRUE(
NormalizeUTF8
::NormalizeDecimalDigits(input).empty());
in TEST_F()
Completed in 15 milliseconds