/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uldnames.h | 125 * @param maxResultSize the size of the result buffer 128 * greater than maxResultSize, the returned name will be truncated. 135 int32_t maxResultSize, 145 * @param maxResultSize the size of the result buffer 148 * greater than maxResultSize, the returned name will be truncated. 155 int32_t maxResultSize, 163 * @param maxResultSize the size of the result buffer 166 * greater than maxResultSize, the returned name will be truncated. 173 int32_t maxResultSize, 181 * @param maxResultSize the size of the result buffe [all...] |
/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/chromium_org/third_party/icu/source/i18n/ |
locdspnm.cpp | 561 int32_t maxResultSize, 566 if (ldn == NULL || locale == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) { 570 UnicodeString temp(result, 0, maxResultSize); 572 return temp.extract(result, maxResultSize, *pErrorCode); 579 int32_t maxResultSize, 584 if (ldn == NULL || lang == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) { 588 UnicodeString temp(result, 0, maxResultSize); 590 return temp.extract(result, maxResultSize, *pErrorCode) [all...] |
/external/icu4c/i18n/ |
locdspnm.cpp | 801 int32_t maxResultSize, 806 if (ldn == NULL || locale == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) { 810 UnicodeString temp(result, 0, maxResultSize); 812 return temp.extract(result, maxResultSize, *pErrorCode); 819 int32_t maxResultSize, 824 if (ldn == NULL || lang == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) { 828 UnicodeString temp(result, 0, maxResultSize); 830 return temp.extract(result, maxResultSize, *pErrorCode) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | 715 int32_t maxresultsize; local 741 maxresultsize=0; 742 maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status); 746 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); 747 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); 757 maxresultsize=0; 758 maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status); 762 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)) [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | 859 int32_t maxresultsize; local [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uloc.h | 175 * int32_t maxResultSize, 717 * @param maxResultSize the size of the name buffer to store the 721 * than maxResultSize, the returned displayable name will be truncated. 728 int32_t maxResultSize, [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...] |
/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 | |