Home | History | Annotate | Download | only in cintltst

Lines Matching defs:s8

2806     const char *s8;
2831 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2833 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2835 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2848 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2850 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2852 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2863 if(forceCopy && s8 != p8) {
2869 if((p8 != buffer8 || length8 < sizeof(buffer8)) && s8[length8] != 0) {
2877 U8_NEXT(s8, i8, length8, c8);
2915 const char *s8;
2935 s8 = ures_getUTF8StringByKey(res, "string_only_in_Root", buffer8, &length8, FALSE, &status);
2943 s8 = ures_getUTF8StringByKey(res, "string_only_in_Root", buffer8, &length8, FALSE, &status);
2951 s8 = ures_getUTF8StringByKey(res, "string_only_in_Root", NULL, &length8, FALSE, &status);
2987 const char *s8;