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

1 2

  /external/chromium_org/third_party/icu/source/common/
ucnvdisp.c 74 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
ustr_wcs.cpp 261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
465 u_terminateUChars(dest,destCapacity,count,pErrorCode);
516 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
locdispnames.cpp 343 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
377 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
762 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
856 return u_terminateUChars(dest, destCapacity, dispNameLen, status);
    [all...]
ubidiwrt.c 349 return u_terminateUChars(dest, destSize, destLength, pErrorCode);
386 return u_terminateUChars(dest, destSize, 0, pErrorCode);
642 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
uidna.cpp 390 return u_terminateUChars(dest, destCapacity, reqLength, status);
607 return u_terminateUChars(dest, destCapacity, reqLength, status);
758 return u_terminateUChars(dest, destCapacity, reqLength, status);
857 return u_terminateUChars(dest, destCapacity, reqLength, status);
ustr_imp.h 224 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
228 * Same as u_terminateUChars() but for a different string type.
235 * Same as u_terminateUChars() but for a different string type.
242 * Same as u_terminateUChars() but for a different string type.
punycode.cpp 371 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
582 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
uscript_props.cpp 238 return u_terminateUChars(dest, capacity, length, pErrorCode);
ustrtrns.cpp 134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
720 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
951 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
    [all...]
uprops.cpp 587 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
603 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
unorm.cpp 134 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
  /external/icu/icu4c/source/common/
ucnvdisp.c 74 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
ustr_wcs.cpp 261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
465 u_terminateUChars(dest,destCapacity,count,pErrorCode);
516 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
locdispnames.cpp 343 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
377 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
762 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
856 return u_terminateUChars(dest, destCapacity, dispNameLen, status);
    [all...]
ubidiwrt.c 349 return u_terminateUChars(dest, destSize, destLength, pErrorCode);
386 return u_terminateUChars(dest, destSize, 0, pErrorCode);
642 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
uidna.cpp 390 return u_terminateUChars(dest, destCapacity, reqLength, status);
607 return u_terminateUChars(dest, destCapacity, reqLength, status);
758 return u_terminateUChars(dest, destCapacity, reqLength, status);
857 return u_terminateUChars(dest, destCapacity, reqLength, status);
ustr_imp.h 224 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
228 * Same as u_terminateUChars() but for a different string type.
235 * Same as u_terminateUChars() but for a different string type.
242 * Same as u_terminateUChars() but for a different string type.
punycode.cpp 371 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
582 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
uscript_props.cpp 238 return u_terminateUChars(dest, capacity, length, pErrorCode);
ustrtrns.cpp 134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
720 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
951 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
    [all...]
uprops.cpp 587 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
603 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.cpp 178 return u_terminateUChars(dest, destCapacity, bufLen, &status);
271 return u_terminateUChars(dest, destCapacity, b1Len, &status);
idnaref.cpp 408 return u_terminateUChars(dest, destCapacity, reqLength, status);
637 return u_terminateUChars(dest, destCapacity, reqLength, status);
829 return u_terminateUChars(dest, destCapacity, reqLength, status);
985 return u_terminateUChars(dest, destCapacity, reqLength, status);
  /external/icu/icu4c/source/test/intltest/
nptrans.cpp 178 return u_terminateUChars(dest, destCapacity, bufLen, &status);
271 return u_terminateUChars(dest, destCapacity, b1Len, &status);
idnaref.cpp 408 return u_terminateUChars(dest, destCapacity, reqLength, status);
637 return u_terminateUChars(dest, destCapacity, reqLength, status);
829 return u_terminateUChars(dest, destCapacity, reqLength, status);
985 return u_terminateUChars(dest, destCapacity, reqLength, status);

Completed in 637 milliseconds

1 2