Searched defs:remainingChars (Results 1 – 3 of 3) sorted by relevance
2136 … UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local2175 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local2245 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