Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefixLen

1125     int32_t prefixLen = uprv_strlen(gMZPrefix);
1127 prefixLen);
1128 uprv_memcpy((void *)(result + prefixLen), (void *)mzIdChar, keyLen);
1129 result[keyLen + prefixLen] = '\0';