Home | History | Annotate | Download | only in cintltst

Lines Matching defs:forceCopy

2818     UBool forceCopy;
2836 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2840 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2842 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2844 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2857 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2859 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2861 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2872 if(forceCopy && s8 != p8) {