Lines Matching defs:inStr
102 UFILE inStr;
104 inStr.fConverter = NULL;
105 inStr.fFile = NULL;
106 inStr.fOwnFile = FALSE;
108 inStr.fTranslit = NULL;
110 inStr.fUCBuffer[0] = 0;
111 inStr.str.fBuffer = (UChar *)buffer;
112 inStr.str.fPos = (UChar *)buffer;
113 inStr.str.fLimit = buffer + u_strlen(buffer);
115 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0) {
119 converted = u_scanf_parse(&inStr, patternSpecification, ap);
121 u_locbund_close(&inStr.str.fBundle);