Lines Matching defs:fields
165 UnicodeString fields[FIELD_COUNT];
206 // Parse out the fields
207 if (!hexsplit(lineBuf, ';', fields, FIELD_COUNT)) {
213 if(fields[0].length()==fields[0].moveIndex32(0, 1)) {
214 c=fields[0].char32At(0);
225 if (checkConformance(fields, lineBuf, options, status)) {
258 fields[0]=fields[1]=fields[2]=fields[3]=fields[4].setTo(c);
261 if (checkConformance(fields, lineBuf, options, status)) {
589 * character. Then, parse the resultant fields from hex into
593 * fields are parsed. If there are too few an exception is
658 UnicodeString fields[FIELD_COUNT];
659 if (!hexsplit(line, ';', fields, FIELD_COUNT)) {
662 checkConformance(fields, line, 0, status);