HomeSort by relevance Sort by last modified time
    Searched refs:bufferCapacity (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
ucnvsel.h 138 * @param bufferCapacity the capacity of this buffer
147 void* buffer, int32_t bufferCapacity, UErrorCode* status);
uloc.h     [all...]
locid.h 448 * @param bufferCapacity The capacity of receiving buffer
454 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
uniset.h 283 int32_t bufferCapacity; // capacity of buffer
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucnvsel.h 138 * @param bufferCapacity the capacity of this buffer
147 void* buffer, int32_t bufferCapacity, UErrorCode* status);
uloc.h     [all...]
locid.h 448 * @param bufferCapacity The capacity of receiving buffer
454 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
uniset.h 283 int32_t bufferCapacity; // capacity of buffer
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.h 99 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity, UErrorCode *status);
udbgutil.cpp 560 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity, UErrorCode *status) {
562 return systemParams[i].paramFunction(&(systemParams[i]),buffer,bufferCapacity,status);
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.h 99 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity, UErrorCode *status);
udbgutil.cpp 560 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity, UErrorCode *status) {
562 return systemParams[i].paramFunction(&(systemParams[i]),buffer,bufferCapacity,status);
  /external/chromium_org/third_party/icu/source/common/
uniset_closure.cpp 52 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
73 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
uloc.cpp     [all...]
uniset.cpp 147 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
174 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
200 buffer(0), bufferCapacity(0),
224 buffer(0), bufferCapacity(0),
    [all...]
ucnvsel.cpp 281 void* buffer, int32_t bufferCapacity, UErrorCode* status) {
288 if (bufferCapacity < 0 ||
289 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0)))
322 if (totalSize > bufferCapacity) {
loclikely.cpp     [all...]
uniset_props.cpp 331 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
    [all...]
  /external/icu/icu4c/source/common/
uniset_closure.cpp 52 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
73 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
uloc.cpp     [all...]
uniset.cpp 147 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
174 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
200 buffer(0), bufferCapacity(0),
224 buffer(0), bufferCapacity(0),
    [all...]
ucnvsel.cpp 281 void* buffer, int32_t bufferCapacity, UErrorCode* status) {
288 if (bufferCapacity < 0 ||
289 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0)))
322 if (totalSize > bufferCapacity) {
loclikely.cpp     [all...]
uniset_props.cpp 331 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
    [all...]

Completed in 1603 milliseconds