Home
last modified time | relevance | path

Searched refs:ucm_parseBytes (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.h251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
Ducm.cpp748 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/
Ducm.h251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
Ducm.cpp748 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/
Ducm.h251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
Ducm.cpp748 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/
Ducm.h251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
Ducm.cpp748 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/
Dmakeconv.cpp475 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/
Dmakeconv.cpp463 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/
Dmakeconv.cpp475 length=ucm_parseBytes(bytes, line, (const char **)&s); in readHeader()
488 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) { in readHeader()