OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u_fgetcx
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/tools/genrb/
read.c
438
*
u_fgetcx
needs an ESCAPE to do its magic. */
/external/icu4c/io/unicode/
ustdio.h
632
* Read a UChar from a UFILE. It is recommended that <TT>
u_fgetcx
</TT>
654
u_fgetcx
(UFILE *f);
661
* previous <TT>u_fgetc</TT> or <TT>
u_fgetcx
</TT> call, the results are undefined.
[
all
...]
/external/icu4c/io/
ustdio.c
652
u_fgetcx
(UFILE *f)
function
/external/icu4c/common/unicode/
urename.h
244
#define
u_fgetcx
U_ICU_ENTRY_POINT_RENAME(
u_fgetcx
)
macro
[
all
...]
/external/icu4c/test/iotest/
filetst.c
128
myUString[1] = (UChar)
u_fgetcx
(myFile); /* Mix getc and getcx and see what happens. */
131
log_err("
u_fgetcx
returned \\u%04X\\u%04X\\u%04X. Expected 'Sin'.", myString[0], myString[1], myString[2]);
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
146
#define
u_fgetcx
u_fgetcx_3_2
macro
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
146
#define
u_fgetcx
u_fgetcx_3_2
macro
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
146
#define
u_fgetcx
u_fgetcx_3_2
macro
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
146
#define
u_fgetcx
u_fgetcx_3_2
macro
[
all
...]
Completed in 44 milliseconds