Searched refs:ucm_parseBytes (Results 1 - 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.h | 249 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
|
H A D | ucm.c | 743 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) { function 842 bLen=ucm_parseBytes(bytes, line, &s);
|
/external/icu/icu4c/source/tools/makeconv/ |
H A D | makeconv.c | 469 length=ucm_parseBytes(bytes, line, (const char **)&s); 482 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) {
|
Completed in 132 milliseconds