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/icu/icu4c/source/tools/toolutil/
ucm.h
251
ucm_parseBytes
(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
ucm.c
745
ucm_parseBytes
(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) {
844
bLen=
ucm_parseBytes
(bytes, line, &s);
[
all
...]
/external/icu/icu4c/source/tools/makeconv/
makeconv.cpp
463
length=
ucm_parseBytes
(bytes, line, (const char **)&s);
476
if(1==
ucm_parseBytes
(bytes, line, (const char **)&s) && *s==0) {
Completed in 45 milliseconds