Home
last modified time | relevance | path

Searched refs:resultChars (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c611 static int32_t UCharsToEscapedAscii(const UChar* utext, int32_t len, char* resultChars, int32_t buf… in UCharsToEscapedAscii() argument
637 if(utext==NULL || resultChars==NULL || buflen<0) { in UCharsToEscapedAscii()
653 resultChars[resultLen++]='\\'; in UCharsToEscapedAscii()
654 resultChars[resultLen++]=ESCAPE_MAP[j].escapedChar; in UCharsToEscapedAscii()
658 u_austrncpy(resultChars + resultLen, &uc, 1); in UCharsToEscapedAscii()
668 resultChars[resultLen++]='\\'; in UCharsToEscapedAscii()
669 resultChars[resultLen++]='u'; in UCharsToEscapedAscii()
670 resultChars[resultLen++]=HEX_DIGITS[(uc>>12)&0xff]; in UCharsToEscapedAscii()
671 resultChars[resultLen++]=HEX_DIGITS[(uc>>8)&0xff]; in UCharsToEscapedAscii()
672 resultChars[resultLen++]=HEX_DIGITS[(uc>>4)&0xff]; in UCharsToEscapedAscii()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp590 UChar *resultChars = result.getBuffer(len16); in pattern() local
591 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning in pattern()
/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp590 UChar *resultChars = result.getBuffer(len16); in pattern() local
591 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning in pattern()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp579 UChar *resultChars = result.getBuffer(len16); in pattern() local
580 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning in pattern()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp590 UChar *resultChars = result.getBuffer(len16); in pattern() local
591 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning in pattern()