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:UConverter
(Results
1 - 2
of
2
) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H
A
D
ucnv.h
318
* Creates a
UConverter
object with the name of a coded character set specified as a C string.
367
U_CAPI
UConverter
* U_EXPORT2
385
* @param name Name of the
UConverter
table in a zero terminated
397
U_CAPI
UConverter
* U_EXPORT2
402
* Creates a
UConverter
object from a CCSID number and platform pair.
465
U_CAPI
UConverter
* U_EXPORT2
471
* <p>Creates a
UConverter
object specified from a packageName and a converterName.</p>
500
U_CAPI
UConverter
* U_EXPORT2
513
U_CAPI
UConverter
* U_EXPORT2 ucnv_clone(const
UConverter
*cn
[all...]
H
A
D
ucnv_err.h
15
* \brief C API:
UConverter
predefined error callbacks
37
*
UConverter
*myConverter = ucnv_open("ibm-949", &err);
63
*
UConverter
*myConverter = ucnv_open("ibm-949", &err);
92
/** Forward declaring the
UConverter
structure. @stable ICU 2.0 */
93
struct
UConverter
;
96
typedef struct
UConverter
UConverter
;
typedef
197
UConverter
*converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
213
UConverter
*converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
Completed in 2 milliseconds