Lines Matching defs:nm
48 * If nm were converted to utf8, what what would strlen
52 utf8_len_of_ucs2(const CHAR16 *nm)
58 while (*nm) {
59 c = *nm++;
72 ucs2_to_utf8(const CHAR16 *nm, char **name)
79 sz = utf8_len_of_ucs2(nm) + 1;
88 while (*nm) {
89 c = *nm++;
124 CHAR16 *nm;
135 nm = *nmp;
174 *nm++ = (CHAR16)ucs4;
180 FreePool(nm);
186 *nm = 0;
191 FreePool(nm);