Home
last modified time | relevance | path

Searched defs:remainingChars (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp2126 … UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
2165 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
2235 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DUTF8JsonGenerator.java1747 … _writeCustomEscape(byte[] outputBuffer, int outputPtr, SerializableString esc, int remainingChars) in _writeCustomEscape()
1761 byte[] raw, int remainingChars) in _handleLongCustomEscape()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java2437 final int remainingChars = (limit - start); in comment() local