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

  /external/icu/icu4c/source/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/icu/icu4c/source/i18n/
locdspnm.cpp 879 int32_t maxResultSize,
884 if (ldn == NULL || locale == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
888 UnicodeString temp(result, 0, maxResultSize);
890 return temp.extract(result, maxResultSize, *pErrorCode);
897 int32_t maxResultSize,
902 if (ldn == NULL || lang == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
906 UnicodeString temp(result, 0, maxResultSize)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 868 int32_t maxresultsize; local
    [all...]
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java 797 * @param maxResultSize
801 * Thrown when the input array needs an output array bigger than maxResultSize
804 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) {
810 if (len > maxResultSize) {
814 maxResultSize);
    [all...]
  /external/icu/icu4c/source/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/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /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 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 

Completed in 1202 milliseconds