Searched refs:toUBytesBufferLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ct.c225 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { argument
228 int32_t i, n, offset = toUBytesBufferLength;
233 if (n < toUBytesBufferLength) {
/external/icu/icu4c/source/common/
H A Ducnv_ct.c225 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { argument
228 int32_t i, n, offset = toUBytesBufferLength;
233 if (n < toUBytesBufferLength) {

Completed in 134 milliseconds