Home | History | Annotate | Download | only in cintltst

Lines Matching refs:forceCopy

2827     UBool forceCopy;
2845 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2849 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2851 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2853 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2866 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2868 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2870 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2881 if(forceCopy && s8 != p8) {