Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp2112 … UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
2151 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
2220 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java2437 final int remainingChars = (limit - start); in comment() local