HomeSort by relevance Sort by last modified time
    Searched full:u_terminateuchars (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu4c/common/
ustr_imp.h 181 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
185 * Same as u_terminateUChars() but for a different string type.
192 * Same as u_terminateUChars() but for a different string type.
199 * Same as u_terminateUChars() but for a different string type.
ucnvdisp.c 74 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
ustr_wcs.c 261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
465 u_terminateUChars(dest,destCapacity,count,pErrorCode);
516 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
locdispnames.cpp 342 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
376 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
665 u_terminateUChars(dest, destCapacity, length, pErrorCode);
704 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
798 return u_terminateUChars(dest, destCapacity, dispNameLen, status);
807 return u_terminateUChars(dest, destCapacity, keywordValueLen, status);
ubidiwrt.c 348 return u_terminateUChars(dest, destSize, destLength, pErrorCode);
385 return u_terminateUChars(dest, destSize, 0, pErrorCode);
629 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);
uprops.cpp 608 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
624 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
unorm.cpp 147 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
ustrtrns.c 128 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
712 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
943 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
    [all...]
punycode.c 368 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
577 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
usprep.cpp 607 return u_terminateUChars(dest, destCapacity, destIndex, status);
817 return u_terminateUChars(dest, destCapacity, b2Len, status);
utext.cpp     [all...]
ustrcase.c 549 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
ushape.c     [all...]
unistr.cpp 754 return u_terminateUChars(dest, destCapacity, len, &errorCode);
    [all...]
  /external/icu4c/test/intltest/
nptrans.cpp 178 return u_terminateUChars(dest, destCapacity, bufLen, &status);
271 return u_terminateUChars(dest, destCapacity, b1Len, &status);
idnaref.cpp 406 return u_terminateUChars(dest, destCapacity, reqLength, status);
635 return u_terminateUChars(dest, destCapacity, reqLength, status);
827 return u_terminateUChars(dest, destCapacity, reqLength, status);
983 return u_terminateUChars(dest, destCapacity, reqLength, status);
  /external/icu4c/i18n/
umsg.cpp 703 return u_terminateUChars(dest, destCapacity, len, ec);
ucurr.cpp 434 return u_terminateUChars(buff, buffCapacity, resLen, ec);
    [all...]
ucol_res.cpp 563 return u_terminateUChars(buffer, bufferLen, len+UCAlen, &status);
    [all...]
  /external/icu4c/common/unicode/
urename.h 400 #define u_terminateUChars U_ICU_ENTRY_POINT_RENAME(u_terminateUChars)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 290 #define u_terminateUChars u_terminateUChars_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 290 #define u_terminateUChars u_terminateUChars_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 290 #define u_terminateUChars u_terminateUChars_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 290 #define u_terminateUChars u_terminateUChars_3_2
    [all...]

Completed in 4584 milliseconds

1 2