Searched defs:remainingChars (Results 1 – 3 of 3) sorted by relevance
2126 … UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local2165 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local2235 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
1747 … _writeCustomEscape(byte[] outputBuffer, int outputPtr, SerializableString esc, int remainingChars) in _writeCustomEscape()1761 byte[] raw, int remainingChars) in _handleLongCustomEscape()
2437 final int remainingChars = (limit - start); in comment() local