Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c68 maxInUChars, maxOutUChars, maxUCharsPerByte; member
215 (extData->maxOutUChars<<8)| in CnvExtWrite()
369 if(u16Length>extData->maxOutUChars) { in getToUnicodeValue()
370 extData->maxOutUChars=u16Length; in getToUnicodeValue()