Lines Matching refs:utf16Name
95 uint16 utf16Name[utf16CodeUnitCount]; in GetNext() local
96 status_t status = _GetNext(utf16Name, &utf16CodeUnitCount, _id, visitor); in GetNext()
98 ssize_t lengthOrStatus = utf16le_to_utf8(utf16Name, utf16CodeUnitCount, in GetNext()
139 uint16 utf16Name[utf16CodeUnitCount]; in Lookup() local
140 while (_GetNext(utf16Name, &utf16CodeUnitCount, _id) == B_OK) { in Lookup()
142 ssize_t lengthOrStatus = utf16le_to_utf8(utf16Name, utf16CodeUnitCount, in Lookup()
166 uint16 utf16Name[utf16CodeUnitCount]; in LookupEntry() local
167 return _GetNext(utf16Name, &utf16CodeUnitCount, NULL, visitor); in LookupEntry()
212 DirectoryIterator::_GetNext(uint16* utf16Name, size_t* _codeUnitCount, in _GetNext() argument
244 memcpy(utf16Name + nameIndex, fCurrent->file_name.name, utf16Length); in _GetNext()
260 ssize_t length = utf16le_to_utf8(utf16Name, *_codeUnitCount, utf8Name, in _GetNext()