Home
last modified time | relevance | path

Searched refs:u_parseUTF8 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Duparse.h149 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status)… in u_parseUTF8() function
/third_party/node/deps/icu-small/source/tools/toolutil/
Duparse.h149 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status)… in u_parseUTF8() function
/third_party/icu/icu4c/source/tools/toolutil/
Duparse.h149 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status)… in u_parseUTF8() function
/third_party/icu/icu4c/source/test/cintltst/
Dcmsccoll.c2690 sizeUTF8[i] = u_parseUTF8(first[i], -1, utf8String[i], 256, &status); in TestHebrewUCA()