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:converter
(Results
1 - 2
of
2
) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H
A
D
ucnv.h
28
* from UTF-16. You can open a
converter
with {@link ucnv_open() }. With that
29
*
converter
, you can get its properties, set options, convert your data and
30
* close the
converter
.</p>
32
* <p>Since many software programs recognize different
converter
names for
34
* iterate over the
converter
aliases. The functions {@link ucnv_getAvailableName() },
38
* <p>When a
converter
encounters an illegal, irregular, invalid or unmappable character
41
* or {@link ucnv_setToUCallBack() } on the
converter
. The header ucnv_err.h defines
78
/** Maximum length of a
converter
name including the terminating NULL @stable ICU 2.0 */
80
/** Maximum length of a
converter
name including path and terminating NULL @stable ICU 2.0 */
168
/* Number of
converter
type
[all...]
H
A
D
ucnv_err.h
28
* and ucnv_setToUCallback functions, to set the behaviour of a
converter
176
UCNV_CLOSE = 4, /**< Called when the
converter
is closed. The
179
converter
. the pointer available as the
182
by the new
converter
, the callback must clone
196
UBool flush; /**< The internal state of
converter
will be reset and data flushed if set to true. @stable ICU 2.0 */
197
UConverter *
converter
; /**< Pointer to the
converter
that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
member
212
UBool flush; /**< The internal state of
converter
will be reset and data flushed if set to true. @stable ICU 2.0 */
213
UConverter *
converter
; /**< Pointer to the
converter
tha
member
[all...]
Completed in 1 milliseconds