/external/chromium_org/third_party/icu/source/common/unicode/ |
ucnvsel.h | 135 * @param bufferCapacity the capacity of this buffer 144 void* buffer, int32_t bufferCapacity, UErrorCode* status);
|
uloc.h | [all...] |
locid.h | 442 * @param bufferCapacity The capacity of receiving buffer 448 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
|
uniset.h | 279 int32_t bufferCapacity; // capacity of buffer [all...] |
/external/icu4c/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 | 445 * @param bufferCapacity The capacity of receiving buffer 451 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
|
uniset.h | 280 int32_t bufferCapacity; // capacity of buffer [all...] |
/external/icu4c/tools/toolutil/ |
udbgutil.h | 99 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity, UErrorCode *status);
|
udbgutil.cpp | 557 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity, UErrorCode *status) { 559 return systemParams[i].paramFunction(&(systemParams[i]),buffer,bufferCapacity,status);
|
/external/icu4c/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 | 333 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uloc.c | [all...] |
uniset.cpp | 145 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 172 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 198 buffer(0), bufferCapacity(0), 222 buffer(0), bufferCapacity(0), [all...] |
ucnvsel.cpp | 279 void* buffer, int32_t bufferCapacity, UErrorCode* status) { 286 if (bufferCapacity < 0 || 287 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) 320 if (totalSize > bufferCapacity) {
|
loclikely.cpp | [all...] |
uniset_props.cpp | 332 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 361 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 382 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), [all...] |