Searched refs:ucm_parseBytes (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ucm.h | 251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
|
D | ucm.cpp | 748 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) { in ucm_parseBytes() function 847 bLen=ucm_parseBytes(bytes, line, &s); in ucm_parseMappingLine()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ucm.h | 251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
|
D | ucm.cpp | 748 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) { in ucm_parseBytes() function 847 bLen=ucm_parseBytes(bytes, line, &s); in ucm_parseMappingLine()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ucm.h | 251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
|
D | ucm.cpp | 748 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) { in ucm_parseBytes() function 847 bLen=ucm_parseBytes(bytes, line, &s); in ucm_parseMappingLine()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | ucm.h | 251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
|
D | ucm.cpp | 748 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) { in ucm_parseBytes() function 847 bLen=ucm_parseBytes(bytes, line, &s); in ucm_parseMappingLine()
|
/third_party/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 475 length=ucm_parseBytes(bytes, line, (const char **)&s); in readHeader() 488 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) { in readHeader()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/ |
D | makeconv.cpp | 463 length=ucm_parseBytes(bytes, line, (const char **)&s); in readHeader() 476 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) { in readHeader()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
D | makeconv.cpp | 475 length=ucm_parseBytes(bytes, line, (const char **)&s); in readHeader() 488 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) { in readHeader()
|