Lines Matching defs:source
1070 // Column 1: source
1071 // The source string to be tested
1072 UnicodeString source = s16FromField(fields[0]);
1075 // The result of applying toUnicode to the source, with Transitional_Processing=false.
1076 // A blank value means the same as the source value.
1079 toUnicode = source;
1088 // The result of applying toASCII to the source, with Transitional_Processing=false.
1104 // The result of applying toASCII to the source, with Transitional_Processing=true.
1122 nontrans->nameToUnicode(source, uN, uNInfo, errorCode);
1125 nontrans->nameToASCII(source, aN, aNInfo, errorCode);
1128 trans->nameToASCII(source, aT, aTInfo, errorCode);
1140 if (errorCode.errIfFailureAndReset("unable to find the source/test/testdata "