Home
last modified time | relevance | path

Searched refs:toUCharPtr (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ddbgutil.cpp120 const UChar *u = toUCharPtr(s.getBuffer()); in udbg_stoi()
132 const UChar *u = toUCharPtr(s.getBuffer()); in udbg_stod()
Dppucd.cpp557 UChar *buffer=toUCharPtr(uni.getBuffer(-1)); in parseString()
562 buffer=toUCharPtr(uni.getBuffer(length)); in parseString()
Dxmlparser.cpp212 buffer=toUCharPtr(src.getBuffer(bytesLength)); in parseFile()
281 buffer=toUCharPtr(src.getBuffer(capacity)); in parseFile()
/external/icu/icu4c/source/common/unicode/
Dnormlzr.h799 return unorm_compare(toUCharPtr(s1.getBuffer()), s1.length(), in compare()
800 toUCharPtr(s2.getBuffer()), s2.length(), in compare()
Dchar16ptr.h257 inline const UChar *toUCharPtr(const char16_t *p) { in toUCharPtr() function
271 inline UChar *toUCharPtr(char16_t *p) { in toUCharPtr() function
Dunistr.h4359 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith()
4367 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith()
4390 srcLength = u_strlen(toUCharPtr(srcChars)); in endsWith()
4401 srcLength = u_strlen(toUCharPtr(srcChars + srcStart)); in endsWith()
/external/icu/icu4c/source/test/iotest/
Dstream.cpp108 u_austrncpy(inStrC, toUCharPtr(inStr.getBuffer()), inStr.length()); in TestStream()
113 u_austrncpy(inStrC, toUCharPtr(inStr.getBuffer()), inStr.length()); in TestStream()
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp24 const UChar *u = toUCharPtr(s.getBuffer()); in utoi()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp157 u_strToUTF8(NULL, 0, NULL, toUCharPtr(s.getBuffer()), s.length(), &errorCode); in isWellFormed()
191 int32_t numCP=u_countChar32(toUCharPtr(m.getBuffer()), m.length()); in setRoundTripMapping()
792 udata_writeUString(pData, toUCharPtr(extraData.getBuffer()), extraData.length()); in writeBinaryFile()
Dnorms.cpp234 const UChar *s=toUCharPtr(m.getBuffer()); in rangeHandler()
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp76 toUCharPtr(outString.getBuffer()), in write_utf8_file()
88 toUCharPtr(outString.getBuffer()), in write_utf8_file()
Dreslist.h307 const UChar *getBuffer() const { return icu::toUCharPtr(fString.getBuffer()); } in getBuffer()