Searched refs:u_terminateChars (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Dunistr_cnv.cpp177 return u_terminateChars(target, capacity, 0, &status);
197 return u_terminateChars(target, capacity, length, &status);
230 return u_terminateChars(dest, destCapacity, 0, &errorCode);
302 return u_terminateChars(originalDest, destCapacity, length, &errorCode);
H A Dloclikely.cpp355 return u_terminateChars(
486 u_terminateChars(lang, *langLength, subtagLength, err);
514 u_terminateChars(script, *scriptLength, subtagLength, err);
539 u_terminateChars(region, *regionLength, subtagLength, err);
814 return u_terminateChars(
928 u_terminateChars(
1184 return u_terminateChars(
H A Dustr_imp.h231 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
H A Duloc.cpp801 return u_terminateChars(keywords, keywordCapacity, keywordsLen, status);
893 result = u_terminateChars(buffer, bufferCapacity, (int32_t)(startSearchHere - nextSeparator), status);
900 result = u_terminateChars(buffer, bufferCapacity, i, status);
1861 return u_terminateChars(result, resultCapacity, len, err);
1891 return u_terminateChars(parent, parentCapacity, i, err);
1912 return u_terminateChars(language, languageCapacity, i, err);
1936 return u_terminateChars(script, scriptCapacity, i, err);
1969 return u_terminateChars(country, countryCapacity, i, err);
2030 return u_terminateChars(variant, variantCapacity, i, err);
2463 return u_terminateChars(resul
[all...]
H A Duloc_tag.c682 return u_terminateChars(bcpKey, bcpKeyCapacity, resultLen, status);
756 return u_terminateChars(key, keyCapacity, resultLen, status);
874 return u_terminateChars(bcpType, bcpTypeCapacity, resultLen, status);
990 return u_terminateChars(type, typeCapacity, resultLen, status);
1044 u_terminateChars(appendAt, capacity, reslen, status);
1086 u_terminateChars(appendAt, capacity, reslen, status);
1128 u_terminateChars(appendAt, capacity, reslen, status);
1252 u_terminateChars(appendAt, capacity, reslen, status);
1537 return u_terminateChars(appendAt, capacity, reslen, status);
1938 return u_terminateChars(appendA
[all...]
H A Duts46.cpp1408 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
1424 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
1440 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
1456 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
H A Ducnv.c1781 return u_terminateChars(originalDest, destCapacity, destLength, pErrorCode);
2434 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2478 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode);
2481 /* no need to call u_terminateChars() because ucnv_convertEx() took care of that */
2507 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2558 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
H A Dustrtrns.cpp1238 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
1548 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
1646 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
H A Ducasemap.cpp501 return u_terminateChars((char *)dest, destCapacity, destLength, pErrorCode);
H A Dunames.cpp1465 return u_terminateChars(buffer, bufferLength, 0, pErrorCode);
1496 return u_terminateChars(buffer, bufferLength, length, pErrorCode);
1511 return u_terminateChars(dest, destCapacity, 0, pErrorCode);
/external/icu/icu4c/source/common/
H A Dunistr_cnv.cpp177 return u_terminateChars(target, capacity, 0, &status);
197 return u_terminateChars(target, capacity, length, &status);
230 return u_terminateChars(dest, destCapacity, 0, &errorCode);
302 return u_terminateChars(originalDest, destCapacity, length, &errorCode);
H A Dloclikely.cpp355 return u_terminateChars(
486 u_terminateChars(lang, *langLength, subtagLength, err);
514 u_terminateChars(script, *scriptLength, subtagLength, err);
539 u_terminateChars(region, *regionLength, subtagLength, err);
814 return u_terminateChars(
928 u_terminateChars(
1184 return u_terminateChars(
H A Dustr_imp.h231 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
H A Duloc.cpp801 return u_terminateChars(keywords, keywordCapacity, keywordsLen, status);
893 result = u_terminateChars(buffer, bufferCapacity, (int32_t)(startSearchHere - nextSeparator), status);
900 result = u_terminateChars(buffer, bufferCapacity, i, status);
1861 return u_terminateChars(result, resultCapacity, len, err);
1891 return u_terminateChars(parent, parentCapacity, i, err);
1912 return u_terminateChars(language, languageCapacity, i, err);
1936 return u_terminateChars(script, scriptCapacity, i, err);
1969 return u_terminateChars(country, countryCapacity, i, err);
2030 return u_terminateChars(variant, variantCapacity, i, err);
2463 return u_terminateChars(resul
[all...]
H A Duloc_tag.c682 return u_terminateChars(bcpKey, bcpKeyCapacity, resultLen, status);
756 return u_terminateChars(key, keyCapacity, resultLen, status);
874 return u_terminateChars(bcpType, bcpTypeCapacity, resultLen, status);
990 return u_terminateChars(type, typeCapacity, resultLen, status);
1044 u_terminateChars(appendAt, capacity, reslen, status);
1086 u_terminateChars(appendAt, capacity, reslen, status);
1128 u_terminateChars(appendAt, capacity, reslen, status);
1252 u_terminateChars(appendAt, capacity, reslen, status);
1537 return u_terminateChars(appendAt, capacity, reslen, status);
1938 return u_terminateChars(appendA
[all...]
H A Duts46.cpp1406 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
1422 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
1438 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
1454 return u_terminateChars(dest, capacity, sink.NumberOfBytesAppended(), pErrorCode);
H A Ducnv.c1781 return u_terminateChars(originalDest, destCapacity, destLength, pErrorCode);
2434 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2478 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode);
2481 /* no need to call u_terminateChars() because ucnv_convertEx() took care of that */
2507 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2558 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
H A Dustrtrns.cpp1238 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
1548 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
1646 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
H A Ducasemap.cpp501 return u_terminateChars((char *)dest, destCapacity, destLength, pErrorCode);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnfsprep.c132 return u_terminateChars(dest, destCapacity, reqLength, status);
276 return u_terminateChars(dest, destCapacity, reqLen, status);
/external/icu/icu4c/source/test/cintltst/
H A Dnfsprep.c132 return u_terminateChars(dest, destCapacity, reqLength, status);
276 return u_terminateChars(dest, destCapacity, reqLen, status);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Duparse.c380 return u_terminateChars(dest, destCapacity, i, status);
H A Dudbgutil.cpp383 return u_terminateChars(target, targetCapacity, 0, status);
394 return u_terminateChars(target, targetCapacity, len, status);
414 return u_terminateChars(target, targetCapacity, len, status);
/external/icu/icu4c/source/tools/toolutil/
H A Duparse.c380 return u_terminateChars(dest, destCapacity, i, status);
H A Dudbgutil.cpp383 return u_terminateChars(target, targetCapacity, 0, status);
394 return u_terminateChars(target, targetCapacity, len, status);
414 return u_terminateChars(target, targetCapacity, len, status);

Completed in 725 milliseconds

12