OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucm_parseBytes
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/toolutil/
ucm.h
248
ucm_parseBytes
(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
ucm.c
743
ucm_parseBytes
(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) {
842
bLen=
ucm_parseBytes
(bytes, line, &s);
[
all
...]
/external/icu4c/tools/makeconv/
makeconv.c
471
length=
ucm_parseBytes
(bytes, line, (const char **)&s);
484
if(1==
ucm_parseBytes
(bytes, line, (const char **)&s) && *s==0) {
Completed in 185 milliseconds