HomeSort by relevance Sort by last modified time
    Searched refs:u_terminateUChars (Results 1 - 25 of 25) sorted by null

  /external/icu/icu4c/source/common/
ucnvdisp.cpp 76 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
ustr_imp.h 62 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
66 * Same as u_terminateUChars() but for a different string type.
73 * Same as u_terminateUChars() but for a different string type.
80 * Same as u_terminateUChars() but for a different string type.
ustr_wcs.cpp 263 u_terminateUChars((UChar *)dest,destCapacity,srcLength,pErrorCode);
467 u_terminateUChars(dest,destCapacity,count,pErrorCode);
518 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
ubidiwrt.cpp 346 return u_terminateUChars(dest, destSize, destLength, pErrorCode);
383 return u_terminateUChars(dest, destSize, 0, pErrorCode);
639 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
uidna.cpp 392 return u_terminateUChars(dest, destCapacity, reqLength, status);
608 return u_terminateUChars(dest, destCapacity, reqLength, status);
759 return u_terminateUChars(dest, destCapacity, reqLength, status);
858 return u_terminateUChars(dest, destCapacity, reqLength, status);
punycode.cpp 373 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
584 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
locdispnames.cpp 345 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
379 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
764 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
860 return u_terminateUChars(dest, destCapacity, dispNameLen, status);
    [all...]
uscript_props.cpp 256 return u_terminateUChars(dest, capacity, length, pErrorCode);
ustrtrns.cpp 134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
534 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
765 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
    [all...]
uprops.cpp 596 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
612 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
unorm.cpp 134 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
ubiditransform.cpp 245 pTransform->srcLength = u_terminateUChars(pTransform->src,
utext.cpp     [all...]
ucurr.cpp 565 return u_terminateUChars(buff, buffCapacity, resLen, ec);
582 return u_terminateUChars(buff, buffCapacity, resLen, ec);
639 return u_terminateUChars(buff, buffCapacity, resLen, ec);
    [all...]
usprep.cpp 600 return u_terminateUChars(dest, destCapacity, destIndex, status);
ushape.cpp     [all...]
ustrcase.cpp     [all...]
ustring.cpp     [all...]
ucnv.cpp     [all...]
unistr.cpp 887 return u_terminateUChars(dest, destCapacity, len, &errorCode);
    [all...]
  /external/icu/icu4c/source/test/intltest/
nptrans.cpp 180 return u_terminateUChars(dest, destCapacity, bufLen, &status);
273 return u_terminateUChars(dest, destCapacity, b1Len, &status);
idnaref.cpp 410 return u_terminateUChars(dest, destCapacity, reqLength, status);
639 return u_terminateUChars(dest, destCapacity, reqLength, status);
831 return u_terminateUChars(dest, destCapacity, reqLength, status);
987 return u_terminateUChars(dest, destCapacity, reqLength, status);
  /external/icu/icu4c/source/i18n/
umsg.cpp 709 return u_terminateUChars(dest, destCapacity, len, ec);
usearch.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 391 #define u_terminateUChars U_ICU_ENTRY_POINT_RENAME(u_terminateUChars)
    [all...]

Completed in 218 milliseconds