HomeSort by relevance Sort by last modified time
    Searched refs:destCapacity (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/webkit/Source/WebCore/icu/unicode/
ustring.h     [all...]
unorm.h 374 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
375 * @param destCapacity The number of UChars that fit into dest.
395 UChar *dest, int32_t destCapacity,
407 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
408 * @param destCapacity The number of UChars that fit into dest.
428 UChar *dest, int32_t destCapacity,
456 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
457 * @param destCapacity The number of UChars that fit into dest.
473 UChar *dest, int32_t destCapacity,
uloc.h 649 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
662 int32_t destCapacity,
676 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
689 int32_t destCapacity,
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h     [all...]
unorm.h 374 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
375 * @param destCapacity The number of UChars that fit into dest.
395 UChar *dest, int32_t destCapacity,
407 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
408 * @param destCapacity The number of UChars that fit into dest.
428 UChar *dest, int32_t destCapacity,
456 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
457 * @param destCapacity The number of UChars that fit into dest.
473 UChar *dest, int32_t destCapacity,
  /external/icu4c/test/intltest/
idnaref.cpp 130 UChar* dest, int32_t destCapacity,
181 if(b2Len < destCapacity){
200 UChar* dest, int32_t destCapacity,
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
245 UChar* dest, int32_t destCapacity,
253 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
339 if(b1Len <= destCapacity){
376 if(reqLength > destCapacity){
406 return u_terminateUChars(dest, destCapacity, reqLength, status)
    [all...]
nptrans.cpp 140 UChar* dest, int32_t destCapacity,
149 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
174 if(bufLen < destCapacity){
178 return u_terminateUChars(dest, destCapacity, bufLen, &status);
185 UChar* dest, int32_t destCapacity,
195 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
266 if(b1Len <= destCapacity){
271 return u_terminateUChars(dest, destCapacity, b1Len, &status);
nptrans.h 78 * @param destCapacity The capacity of destination array
88 UChar* dest, int32_t destCapacity,
100 * @param destCapacity The capacity of destination array
109 UChar* dest, int32_t destCapacity,
  /external/icu4c/i18n/
uregex.cpp 637 int32_t destCapacity,
643 if (destCapacity < 0 || (destCapacity > 0 && dest == NULL)) {
648 if (destCapacity == 0 || regexp->fText != NULL) {
666 if (copyLength < destCapacity) {
668 } else if (copyLength == destCapacity) {
671 copyLength = destCapacity;
684 int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
    [all...]
udatpg.cpp 218 UChar *dest, int32_t destCapacity,
222 dest, destCapacity, pErrorCode);
230 UChar *dest, int32_t destCapacity,
242 return result.extract(dest, destCapacity, *pErrorCode);
uspoof.cpp 388 UChar *dest, int32_t destCapacity, int32_t *outputLength, UErrorCode *status) {
395 requiredCapacity = uspoof_getSkeleton(sc, type, s, inputLength, dest, destCapacity, status);
596 UChar *dest, int32_t destCapacity,
609 if (length<-1 || destCapacity<0 || (destCapacity==0 && dest!=NULL) ||
696 if (destCapacity == 0 || resultLen > destCapacity) {
697 *status = resultLen>destCapacity ? U_BUFFER_OVERFLOW_ERROR : U_STRING_NOT_TERMINATED_WARNING;
700 if (destCapacity > resultLen) {
753 char *dest, int32_t destCapacity,
    [all...]
  /external/icu4c/common/unicode/
unorm.h 360 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
361 * @param destCapacity The number of UChars that fit into dest.
381 UChar *dest, int32_t destCapacity,
393 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
394 * @param destCapacity The number of UChars that fit into dest.
414 UChar *dest, int32_t destCapacity,
442 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
443 * @param destCapacity The number of UChars that fit into dest.
459 UChar *dest, int32_t destCapacity,
uidna.h 510 * @param destCapacity Size of dest.
533 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
535 * in which case it will be greater than destCapacity.
540 UChar* dest, int32_t destCapacity,
555 * @param destCapacity Size of dest.
581 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
583 * in which case it will be greater than destCapacity.
588 UChar* dest, int32_t destCapacity,
609 * @param destCapacity Size of dest.
632 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enoug
    [all...]
usprep.h 238 * @param destCapacity The capacity of destination array
253 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
261 UChar* dest, int32_t destCapacity,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
unorm.h 374 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
375 * @param destCapacity The number of UChars that fit into dest.
395 UChar *dest, int32_t destCapacity,
407 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
408 * @param destCapacity The number of UChars that fit into dest.
428 UChar *dest, int32_t destCapacity,
456 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
457 * @param destCapacity The number of UChars that fit into dest.
473 UChar *dest, int32_t destCapacity,
uloc.h 649 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
662 int32_t destCapacity,
676 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
689 int32_t destCapacity,
    [all...]
  /external/icu4c/common/
ustring.c     [all...]
utext.cpp 421 UChar *dest, int32_t destCapacity,
423 return ut->pFuncs->extract(ut, start, limit, dest, destCapacity, status);
    [all...]
ushape.c     [all...]
usprep.cpp 519 UChar* dest, int32_t destCapacity,
576 if(destIndex < destCapacity ){
593 if(destIndex < destCapacity ){
598 if(destIndex+1 < destCapacity ){
607 return u_terminateUChars(dest, destCapacity, destIndex, status);
613 UChar* dest, int32_t destCapacity,
618 dest, destCapacity,
668 UChar* dest, int32_t destCapacity,
679 if(profile==NULL || src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
803 if(b2Len>0 && b2Len <= destCapacity){
    [all...]
  /external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.c 477 int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) {
487 (dest==NULL && destCapacity!=0) || destCapacity<0 ||
506 (dest<=source && source<dest+destCapacity))
519 if(outputSize>destCapacity) {
532 destLength = shapeUnicode(dest,sourceLength,destCapacity,1);
536 destLength = shapeUnicode(dest,sourceLength,destCapacity,0);
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 177 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
181 dest=new UChar[destCapacity];
194 dest, destCapacity,
196 if(U_FAILURE(errorCode) || destLength!=destCapacity) {
204 int32_t destCapacity;
  /external/icu4c/i18n/unicode/
uregex.h 568 * @param destCapacity Capacity of the dest buffer.
578 int32_t destCapacity,
    [all...]
udatpg.h 493 * @param destCapacity the capacity of dest.
503 UChar *dest, int32_t destCapacity,
530 * @param destCapacity the capacity of dest.
541 UChar *dest, int32_t destCapacity,
uspoof.h     [all...]

Completed in 629 milliseconds

12 3 4