Home | History | Annotate | Download | only in common

Lines Matching refs:dstCapacity

927 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) {
931 --dstCapacity; /* make room for term. zero */
936 if (j >= dstCapacity) return FALSE;