Home
last modified time | relevance | path

Searched refs:textCapacity (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dutrans.cpp441 int32_t textCapacity, in utrans_transUChars() argument
456 UnicodeString str(text, textLen, textCapacity); in utrans_transUChars()
462 textLen = str.extract(text, textCapacity, *status); in utrans_transUChars()
472 int32_t textCapacity, in utrans_transIncrementalUChars() argument
486 UnicodeString str(text, textLen, textCapacity); in utrans_transIncrementalUChars()
492 textLen = str.extract(text, textCapacity, *status); in utrans_transIncrementalUChars()
/external/icu/icu4c/source/i18n/unicode/
Dutrans.h475 int32_t textCapacity,
510 int32_t textCapacity,
/external/icu/libandroidicu/include/unicode/
Dutrans.h475 int32_t textCapacity,
510 int32_t textCapacity,
/external/icu/libandroidicu/static_shim/
Dshim.cpp2986 … UTransliterator * trans, UChar * text, int32_t * textLength, int32_t textCapacity, UTransPosition… in utrans_transIncrementalUChars_android() argument
2987 utrans_transIncrementalUChars(trans, text, textLength, textCapacity, pos, status); in utrans_transIncrementalUChars_android()
2989 … UTransliterator * trans, UChar * text, int32_t * textLength, int32_t textCapacity, int32_t start,… in utrans_transUChars_android() argument
2990 utrans_transUChars(trans, text, textLength, textCapacity, start, limit, status); in utrans_transUChars_android()