Home | History | Annotate | Download | only in cintltst

Lines Matching defs:forceCopy

2831     UBool forceCopy;
2849 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2853 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2855 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2857 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2870 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2872 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2874 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2885 if(forceCopy && s8 != p8) {