Home
last modified time | relevance | path

Searched refs:Standard_Utf16Char (Results 1 – 24 of 24) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_UtfIterator.hxx152 Standard_Utf16Char* GetUtf16 (Standard_Utf16Char* theBuffer) const;
189 typename opencascade::std::conditional< sizeof(TypeChar) == 2, Standard_Utf16Char,
204 void readNext (const Standard_Utf16Char*) { readUTF16(); } in readNext() argument
209 Standard_Integer advanceBytes (const Standard_Utf16Char*) const { return AdvanceBytesUtf16(); } in advanceBytes()
214 Standard_Utf16Char* getUtf (Standard_Utf16Char* theBuffer) const { return GetUtf16(theBuffer); } in getUtf()
244 typedef NCollection_UtfIterator<Standard_Utf16Char> NCollection_Utf16Iter;
H A DNCollection_UtfIterator.lxx238 return AdvanceCodeUnitsUtf16() * sizeof(Standard_Utf16Char);
279 Standard_Utf16Char* NCollection_UtfIterator<Type>::GetUtf16 (Standard_Utf16Char* theBuffer) const
291 *theBuffer++ = Standard_Utf16Char(myCharUtf32);
304 …*theBuffer++ = Standard_Utf16Char((aChar >> UTF16_SURROGATE_HIGH_SHIFT) + UTF16_SURROGATE_HIGH_STA…
305 …*theBuffer++ = Standard_Utf16Char((aChar & UTF16_SURROGATE_LOW_MASK) + UTF16_SURROGATE_LOW_STAR…
H A DNCollection_UtfString.hxx101 NCollection_UtfString (const Standard_Utf16Char* theCopyUtf16,
177 const NCollection_UtfString<Standard_Utf16Char> ToUtf16() const;
342 typedef NCollection_UtfString<Standard_Utf16Char> NCollection_Utf16String;
H A DNCollection_UtfString.lxx129 NCollection_UtfString<Type>::NCollection_UtfString (const Standard_Utf16Char* theCopyUtf16,
396 const NCollection_UtfString<Standard_Utf16Char> NCollection_UtfString<Type>::ToUtf16() const
398 NCollection_UtfString<Standard_Utf16Char> aCopy;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_UtfIterator.hxx152 Standard_Utf16Char* GetUtf16 (Standard_Utf16Char* theBuffer) const;
189 typename opencascade::std::conditional< sizeof(TypeChar) == 2, Standard_Utf16Char,
204 void readNext (const Standard_Utf16Char*) { readUTF16(); } in readNext() argument
209 Standard_Integer advanceBytes (const Standard_Utf16Char*) const { return AdvanceBytesUtf16(); } in advanceBytes()
214 Standard_Utf16Char* getUtf (Standard_Utf16Char* theBuffer) const { return GetUtf16(theBuffer); } in getUtf()
244 typedef NCollection_UtfIterator<Standard_Utf16Char> NCollection_Utf16Iter;
H A DStandard_TypeDef.hxx91 typedef uint16_t Standard_Utf16Char; typedef
95 typedef char16_t Standard_Utf16Char; //!< UTF-16 char (always unsigned) typedef
H A DNCollection_UtfIterator.lxx238 return AdvanceCodeUnitsUtf16() * sizeof(Standard_Utf16Char);
279 Standard_Utf16Char* NCollection_UtfIterator<Type>::GetUtf16 (Standard_Utf16Char* theBuffer) const
291 *theBuffer++ = Standard_Utf16Char(myCharUtf32);
304 …*theBuffer++ = Standard_Utf16Char((aChar >> UTF16_SURROGATE_HIGH_SHIFT) + UTF16_SURROGATE_HIGH_STA…
305 …*theBuffer++ = Standard_Utf16Char((aChar & UTF16_SURROGATE_LOW_MASK) + UTF16_SURROGATE_LOW_STAR…
H A DNCollection_UtfString.hxx101 NCollection_UtfString (const Standard_Utf16Char* theCopyUtf16,
177 const NCollection_UtfString<Standard_Utf16Char> ToUtf16() const;
342 typedef NCollection_UtfString<Standard_Utf16Char> NCollection_Utf16String;
H A DNCollection_UtfString.lxx129 NCollection_UtfString<Type>::NCollection_UtfString (const Standard_Utf16Char* theCopyUtf16,
396 const NCollection_UtfString<Standard_Utf16Char> NCollection_UtfString<Type>::ToUtf16() const
398 NCollection_UtfString<Standard_Utf16Char> aCopy;
H A DTCollection_ExtendedString.hxx131 Standard_EXPORT void AssignCat (const Standard_Utf16Char theChar);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_UtfIterator.hxx152 Standard_Utf16Char* GetUtf16 (Standard_Utf16Char* theBuffer) const;
189 typename opencascade::std::conditional< sizeof(TypeChar) == 2, Standard_Utf16Char,
204 void readNext (const Standard_Utf16Char*) { readUTF16(); } in readNext() argument
209 Standard_Integer advanceBytes (const Standard_Utf16Char*) const { return AdvanceBytesUtf16(); } in advanceBytes()
214 Standard_Utf16Char* getUtf (Standard_Utf16Char* theBuffer) const { return GetUtf16(theBuffer); } in getUtf()
244 typedef NCollection_UtfIterator<Standard_Utf16Char> NCollection_Utf16Iter;
H A DStandard_TypeDef.hxx85 typedef uint16_t Standard_Utf16Char; typedef
89 typedef char16_t Standard_Utf16Char; //!< UTF-16 char (always unsigned) typedef
H A DNCollection_UtfIterator.lxx238 return AdvanceCodeUnitsUtf16() * sizeof(Standard_Utf16Char);
279 Standard_Utf16Char* NCollection_UtfIterator<Type>::GetUtf16 (Standard_Utf16Char* theBuffer) const
291 *theBuffer++ = Standard_Utf16Char(myCharUtf32);
304 …*theBuffer++ = Standard_Utf16Char((aChar >> UTF16_SURROGATE_HIGH_SHIFT) + UTF16_SURROGATE_HIGH_STA…
305 …*theBuffer++ = Standard_Utf16Char((aChar & UTF16_SURROGATE_LOW_MASK) + UTF16_SURROGATE_LOW_STAR…
H A DNCollection_UtfString.hxx101 NCollection_UtfString (const Standard_Utf16Char* theCopyUtf16,
177 const NCollection_UtfString<Standard_Utf16Char> ToUtf16() const;
342 typedef NCollection_UtfString<Standard_Utf16Char> NCollection_Utf16String;
H A DNCollection_UtfString.lxx129 NCollection_UtfString<Type>::NCollection_UtfString (const Standard_Utf16Char* theCopyUtf16,
396 const NCollection_UtfString<Standard_Utf16Char> NCollection_UtfString<Type>::ToUtf16() const
398 NCollection_UtfString<Standard_Utf16Char> aCopy;
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_TypeDef.hxx91 typedef uint16_t Standard_Utf16Char; typedef
95 typedef char16_t Standard_Utf16Char; //!< UTF-16 char (always unsigned) typedef
H A DStandard.cxx94 Standard_STATIC_ASSERT(sizeof(Standard_Utf16Char) == 2); in Standard_MMgrFactory()
97 Standard_STATIC_ASSERT(sizeof(Standard_WideChar) == sizeof(Standard_Utf16Char)); in Standard_MMgrFactory()
/dports/cad/opencascade/opencascade-7.6.0/src/TCollection/
H A DTCollection_ExtendedString.hxx131 Standard_EXPORT void AssignCat (const Standard_Utf16Char theChar);
H A DTCollection_ExtendedString.cxx311 void TCollection_ExtendedString::AssignCat(const Standard_Utf16Char theChar) in AssignCat()
/dports/cad/opencascade/opencascade-7.6.0/src/Resource/
H A DResource_Unicode.cxx318 const Standard_Utf16Char* aChar16 = aStr16.ToCString(); in ConvertBig5ToUnicode()
/dports/cad/opencascade/opencascade-7.6.0/src/StepData/
H A DStepData_StepReaderData.cxx212 Standard_Utf16Char aUtfCharacter = '\0'; in cleanText()
244 Standard_Utf16Char aStringBuffer[3]; in cleanText()
245 Standard_Utf16Char* aUtfPntr = aUtfIter.GetUtf16(aStringBuffer); in cleanText()
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GraduatedTrihedron.cxx729 aText->SetText ((Standard_Utf16Char* )theAspect.Name().ToExtString()); in Axis()
/dports/cad/opencascade/opencascade-7.6.0/dox/user_guides/foundation_classes/
H A Dfoundation_classes.md220 | char16_t | Standard_Utf16Char |
/dports/cad/opencascade/opencascade-7.6.0/dox/upgrade/
H A Dupgrade.md1037 - *Standard_Utf16Char* is now *char16_t* (previously *uint16_t* for compatibility with old compiler…