Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset_props.cpp925 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName() argument
929 --dstCapacity; /* make room for term. zero */ in mungeCharName()
934 if (j >= dstCapacity) return FALSE; in mungeCharName()