HomeSort by relevance Sort by last modified time
    Searched full:maxresultsize (Results 1 - 10 of 10) sorted by null

  /external/icu4c/i18n/unicode/
uldnames.h 126 * @param maxResultSize the size of the result buffer
129 * greater than maxResultSize, the returned name will be truncated.
136 int32_t maxResultSize,
146 * @param maxResultSize the size of the result buffer
149 * greater than maxResultSize, the returned name will be truncated.
156 int32_t maxResultSize,
164 * @param maxResultSize the size of the result buffer
167 * greater than maxResultSize, the returned name will be truncated.
174 int32_t maxResultSize,
182 * @param maxResultSize the size of the result buffe
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 803 int32_t maxResultSize,
808 if (ldn == NULL || locale == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
812 UnicodeString temp(result, 0, maxResultSize);
814 return temp.extract(result, maxResultSize, *pErrorCode);
821 int32_t maxResultSize,
826 if (ldn == NULL || lang == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
830 UnicodeString temp(result, 0, maxResultSize);
832 return temp.extract(result, maxResultSize, *pErrorCode)
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 858 int32_t maxresultsize; local
    [all...]
  /external/icu4c/common/unicode/
uloc.h 175 * int32_t maxResultSize,
718 * @param maxResultSize the size of the name buffer to store the
722 * than maxResultSize, the returned displayable name will be truncated.
729 int32_t maxResultSize,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 175 * int32_t maxResultSize,
700 * @param maxResultSize the size of the name buffer to store the
704 * than maxResultSize, the returned displayable name will be truncated.
711 int32_t maxResultSize,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 175 * int32_t maxResultSize,
700 * @param maxResultSize the size of the name buffer to store the
704 * than maxResultSize, the returned displayable name will be truncated.
711 int32_t maxResultSize,
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 

Completed in 348 milliseconds