HomeSort by relevance Sort by last modified time
    Searched refs:resultLength (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 504 * @param resultLength The maximum size of result.
506 * @return The total buffer size needed; if greater than resultLength,
514 int32_t resultLength,
688 * @param resultLength The maximum size of result.
698 int32_t resultLength);
773 * @param resultLength The maximum size of result.
788 int32_t resultLength,
    [all...]
unorm.h 193 * @param resultLength The maximum size of result.
195 * @return The total buffer size needed; if greater than resultLength,
202 UChar *result, int32_t resultLength,
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 504 * @param resultLength The maximum size of result.
506 * @return The total buffer size needed; if greater than resultLength,
514 int32_t resultLength,
688 * @param resultLength The maximum size of result.
698 int32_t resultLength);
773 * @param resultLength The maximum size of result.
788 int32_t resultLength,
    [all...]
unorm.h 193 * @param resultLength The maximum size of result.
195 * @return The total buffer size needed; if greater than resultLength,
202 UChar *result, int32_t resultLength,
  /external/icu4c/common/unicode/
unorm.h 200 * @param resultLength The maximum size of result.
202 * @return The total buffer size needed; if greater than resultLength,
209 UChar *result, int32_t resultLength,
  /external/icu4c/i18n/unicode/
utrans.h 265 * @param resultLength pointer to an output variable receiving the length
274 int32_t *resultLength);
tblcoll.h 626 * @param resultLength length of the result buffer. If if not enough the
632 int32_t resultLength) const;
641 * @param resultLength length of the result buffer. If if not enough the
647 uint8_t *result, int32_t resultLength) const;
    [all...]
ucal.h 774 * @param resultLength The maximum size of result.
776 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
784 int32_t resultLength,
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
unorm.h 193 * @param resultLength The maximum size of result.
195 * @return The total buffer size needed; if greater than resultLength,
202 UChar *result, int32_t resultLength,
  /external/icu4c/common/
locid.cpp 1006 virtual const char* next(int32_t* resultLength, UErrorCode& status) {
1013 if(resultLength != NULL) {
1014 *resultLength = len;
1017 if(resultLength != NULL) {
1018 *resultLength = 0;
1026 int32_t resultLength = 0;
1027 const char *s = next(&resultLength, status);
1028 return setChars(s, resultLength, status);
loclikely.cpp 864 int32_t resultLength = 0;
902 resultLength =
916 if (resultLength == 0) {
928 resultLength =
936 return resultLength;
    [all...]
ubidiln.c 150 pLineBiDi->resultLength=pLineBiDi->originalLength=length;
165 pLineBiDi->resultLength-=pLineBiDi->controlCount;
    [all...]
ulist.c 212 U_CAPI const char * U_EXPORT2 ulist_next_keyword_value(UEnumeration *en, int32_t *resultLength, UErrorCode *status) {
217 /* TODO: resultLength; */
ubidiimp.h 218 int32_t resultLength;
  /external/icu4c/i18n/
ulocdata.c 138 UChar *result, int32_t resultLength, UErrorCode *status){
185 u_strncpy(result,delimiter, resultLength);
tblcoll.cpp 588 uint8_t *result, int32_t resultLength)
591 return ucol_getSortKey(ucollator, source.getBuffer(), source.length(), result, resultLength);
596 int32_t resultLength) const
598 return ucol_getSortKey(ucollator, source, sourceLength, result, resultLength);
ucal.cpp 207 int32_t resultLength,
215 if(!(result==NULL && resultLength==0)) {
218 id.setTo(result, 0, resultLength);
239 return id.extract(result, resultLength, *status);
  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 243 int32_t resultLength = unorm_normalize(m_run.data(currentCharacter), 2,
245 if (resultLength == 1 && uStatus == 0)
  /external/icu4c/test/cintltst/
cmsgtst.c 105 int32_t resultLengthOut,resultlength,i, patternlength; local
113 resultlength=1;
120 resultLengthOut=u_formatMessage( "en_US",testCasePatterns[i], patternlength, result, resultlength,
125 resultlength=resultLengthOut+1;
126 result=(UChar*)realloc(result,sizeof(UChar) * resultlength);
127 u_formatMessage( "en_US",testCasePatterns[i], patternlength, result, resultlength,
151 resultlength=0;
152 resultLengthOut=u_formatMessageWithError( "en_US",testCasePatterns[i], patternlength, result, resultlength,
157 resultlength=resultLengthOut+1;
158 result=(UChar*)malloc(sizeof(UChar) * resultlength);
272 int32_t resultLengthOut, resultlength; local
373 int32_t resultLengthOut, resultlength; local
475 int32_t resultLengthOut, resultlength; local
569 int32_t resultLengthOut, resultlength; local
664 int32_t resultlength,resultLengthOut; local
734 int32_t resultlength,resultLengthOut; local
879 int32_t resultLengthOut,resultlength,i, patternlength; local
    [all...]
  /external/icu4c/test/intltest/
bidiconf.cpp 436 int32_t resultLength=ubidi_getResultLength(ubidi); // visual length including BiDi controls
440 for(i=visualIndex=0; i<resultLength; ++i) {
471 for(i=0; i<resultLength; ++i) {
strcase.cpp 395 int32_t utf8InLength, utf8OutLength, resultLength;
443 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);
444 result.releaseBuffer(errorCode.isSuccess() ? resultLength : 0);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 253 unsigned resultLength = GetTextFace(dc, LF_FACESIZE, name);
254 if (resultLength > 0)
255 resultLength--; // ignore the null terminator
259 *winName = String(name, resultLength);
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 999 var resultLength = resultRanges[i].length;
1001 var endOffset = startOffset + resultLength;
1002 var length = resultLength;
1029 if (textNodeOffset + resultLength < text.length) {
1031 textNode.textContent = text.substring(textNodeOffset + resultLength);
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DiskLruCache.java 183 final int resultLength = end - start;
184 final int copyLength = Math.min(resultLength, originalLength - start);
186 .newInstance(original.getClass().getComponentType(), resultLength);
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 539 milliseconds

1 23 4