Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c70 maxInUChars, maxOutUChars, maxUCharsPerByte; member
217 (extData->maxOutUChars<<8)| in CnvExtWrite()
371 if(u16Length>extData->maxOutUChars) { in getToUnicodeValue()
372 extData->maxOutUChars=u16Length; in getToUnicodeValue()