Home
last modified time | relevance | path

Searched refs:char16_t (Results 1 - 25 of 662) sorted by relevance

12345678910>>...27

/third_party/node/deps/icu-small/source/i18n/
H A Ddt_impl.h28 #define QUOTE ((char16_t)0x0027)
29 #define LOW_LINE ((char16_t)0x005F)
30 #define COLON ((char16_t)0x003A)
31 #define LEFT_CURLY_BRACKET ((char16_t)0x007B)
32 #define RIGHT_CURLY_BRACKET ((char16_t)0x007D)
33 #define SPACE ((char16_t)0x0020)
34 #define EN_DASH ((char16_t)0x2013)
35 #define SOLIDUS ((char16_t)0x002F)
36 #define PERCENT ((char16_t)0x0025)
38 #define DIGIT_ZERO ((char16_t)
[all...]
H A Ddtitv_impl.h28 #define QUOTE ((char16_t)0x0027)
29 #define LOW_LINE ((char16_t)0x005F)
30 #define COLON ((char16_t)0x003A)
31 #define LEFT_CURLY_BRACKET ((char16_t)0x007B)
32 #define RIGHT_CURLY_BRACKET ((char16_t)0x007D)
33 #define SPACE ((char16_t)0x0020)
34 #define EN_DASH ((char16_t)0x2013)
35 #define SOLIDUS ((char16_t)0x002F)
37 #define DIGIT_ZERO ((char16_t)0x0030)
38 #define DIGIT_ONE ((char16_t)
[all...]
H A Dselfmtimpl.h30 #define DOT ((char16_t)0x002E)
31 #define SINGLE_QUOTE ((char16_t)0x0027)
32 #define SLASH ((char16_t)0x002F)
33 #define BACKSLASH ((char16_t)0x005C)
34 #define SPACE ((char16_t)0x0020)
35 #define TAB ((char16_t)0x0009)
36 #define QUOTATION_MARK ((char16_t)0x0022)
37 #define ASTERISK ((char16_t)0x002A)
38 #define COMMA ((char16_t)0x002C)
39 #define HYPHEN ((char16_t)
[all...]
H A Dplurrule_impl.h53 static const char16_t DOT = ((char16_t) 0x002E);
54 static const char16_t SINGLE_QUOTE = ((char16_t) 0x0027);
55 static const char16_t SLASH = ((char16_t) 0x002F);
56 static const char16_t BACKSLASH = ((char16_t) 0x005C);
57 static const char16_t SPACE = ((char16_t)
[all...]
H A Ddtptngen_impl.h35 #define SINGLE_QUOTE ((char16_t)0x0027)
36 #define FORWARDSLASH ((char16_t)0x002F)
37 #define BACKSLASH ((char16_t)0x005C)
38 #define SPACE ((char16_t)0x0020)
39 #define QUOTATION_MARK ((char16_t)0x0022)
40 #define ASTERISK ((char16_t)0x002A)
41 #define PLUSSITN ((char16_t)0x002B)
42 #define COMMA ((char16_t)0x002C)
43 #define HYPHEN ((char16_t)0x002D)
44 #define DOT ((char16_t)
[all...]
H A Dumsg_imp.h26 extern const char16_t *g_umsgTypeList[];
27 extern const char16_t *g_umsgModifierList[];
28 extern const char16_t *g_umsgDateModifierList[];
31 extern const char16_t g_umsg_number[];
32 extern const char16_t g_umsg_date[];
33 extern const char16_t g_umsg_time[];
34 extern const char16_t g_umsg_choice[];
36 extern const char16_t g_umsg_currency[];
37 extern const char16_t g_umsg_percent[];
38 extern const char16_t g_umsg_intege
[all...]
H A Dutf16collationiterator.h37 const char16_t *s, const char16_t *p, const char16_t *lim) in UTF16CollationIterator()
41 UTF16CollationIterator(const UTF16CollationIterator &other, const char16_t *newText);
51 void setText(const char16_t *s, const char16_t *lim) { in setText()
69 virtual char16_t handleGetTrailSurrogate() override;
79 const char16_t *start, *pos, *limit;
88 const char16_t *s, const char16_t * in FCDUTF16CollationIterator()
[all...]
H A Dzonemeta.cpp92 * Deleter for char16_t* string
96 char16_t *entry = (char16_t*)obj; in deleteUCharString()
129 static const char16_t gWorld[] = {0x30, 0x30, 0x31, 0x00}; // "001"
131 static const char16_t gDefaultFrom[] = {0x31, 0x39, 0x37, 0x30, 0x2D, 0x30, 0x31, 0x2D, 0x30, 0x31,
133 static const char16_t gDefaultTo[] = {0x39, 0x39, 0x39, 0x39, 0x2D, 0x31, 0x32, 0x2D, 0x33, 0x31,
136 static const char16_t gCustomTzPrefix[] = {0x47, 0x4D, 0x54, 0}; // "GMT"
145 parseDate (const char16_t *text, UErrorCode &status) { in parseDate()
228 const char16_t* U_EXPORT2
245 const char16_t *canonicalI in getCanonicalCLDRID()
[all...]
H A Dumsg.cpp62 const char16_t *pattern, in u_formatMessage()
64 char16_t *result, in u_formatMessage()
84 const char16_t *pattern, in u_vformatMessage()
86 char16_t *result, in u_vformatMessage()
101 const char16_t *pattern, in u_formatMessageWithError()
103 char16_t *result, in u_formatMessageWithError()
124 const char16_t *pattern, in u_vformatMessageWithError()
126 char16_t *result, in u_vformatMessageWithError()
147 const char16_t *pattern, in u_parseMessage()
149 const char16_t *sourc in u_parseMessage()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustring.cpp32 /* U+ffff is the highest BMP code point, the highest one that fits into a 16-bit char16_t */
43 isMatchAtCPBoundary(const char16_t *start, const char16_t *match, const char16_t *matchLimit, const char16_t *limit) { in isMatchAtCPBoundary()
55 U_CAPI char16_t * U_EXPORT2
56 u_strFindFirst(const char16_t *s, int32_t length, in u_strFindFirst()
57 const char16_t *sub, int32_t subLength) { in u_strFindFirst()
58 const char16_t *start, *p, *q, *subLimit; in u_strFindFirst()
59 char16_t in u_strFindFirst()
[all...]
H A Dnormalizer2impl.h102 static inline int32_t decompose(UChar32 c, char16_t buffer[3]) { in decompose()
106 buffer[0]=(char16_t)(JAMO_L_BASE+c/JAMO_V_COUNT); in decompose()
107 buffer[1]=(char16_t)(JAMO_V_BASE+c%JAMO_V_COUNT); in decompose()
111 buffer[2]=(char16_t)(JAMO_T_BASE+c2); in decompose()
120 static inline void getRawDecomposition(UChar32 c, char16_t buffer[2]) { in getRawDecomposition()
126 buffer[0]=(char16_t)(JAMO_L_BASE+c/JAMO_V_COUNT); in getRawDecomposition()
127 buffer[1]=(char16_t)(JAMO_V_BASE+c%JAMO_V_COUNT); in getRawDecomposition()
129 buffer[0]=(char16_t)(orig-c2); // LV syllable in getRawDecomposition()
130 buffer[1]=(char16_t)(JAMO_T_BASE+c2); in getRawDecomposition()
157 char16_t *getStar in length()
[all...]
H A Duidna.cpp33 static const char16_t ACE_PREFIX[] ={ 0x0078,0x006E,0x002d,0x002d } ;
50 inline static char16_t
51 toASCIILower(char16_t ch){ in toASCIILower()
59 startsWithPrefix(const char16_t* src , int32_t srcLength){ in startsWithPrefix()
74 compareCaseInsensitiveASCII(const char16_t* s1, int32_t s1Len, in compareCaseInsensitiveASCII()
75 const char16_t* s2, int32_t s2Len){ in compareCaseInsensitiveASCII()
95 char16_t c1,c2; in compareCaseInsensitiveASCII()
129 static inline UBool isLabelSeparator(char16_t ch){ in isLabelSeparator()
145 getNextSeparator(char16_t *src, int32_t srcLength, in getNextSeparator()
146 char16_t **limi in getNextSeparator()
[all...]
H A Ducnv_err.cpp94 const char16_t* codeUnits, in UCNV_FROM_U_CALLBACK_STOP()
135 const char16_t* codeUnits, in UCNV_FROM_U_CALLBACK_SKIP()
166 const char16_t* codeUnits, in UCNV_FROM_U_CALLBACK_SUBSTITUTE()
202 const char16_t *codeUnits, in UCNV_FROM_U_CALLBACK_ESCAPE()
209 char16_t valueString[VALUE_STRING_LENGTH]; in UCNV_FROM_U_CALLBACK_ESCAPE()
213 const char16_t *myValueSource = nullptr; in UCNV_FROM_U_CALLBACK_ESCAPE()
250 valueString[valueStringLength++] = (char16_t) UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */ in UCNV_FROM_U_CALLBACK_ESCAPE()
251 valueString[valueStringLength++] = (char16_t) UNICODE_U_CODEPOINT; /* adding U */ in UCNV_FROM_U_CALLBACK_ESCAPE()
262 valueString[valueStringLength++] = (char16_t) UNICODE_RS_CODEPOINT; /* adding \ */ in UCNV_FROM_U_CALLBACK_ESCAPE()
263 valueString[valueStringLength++] = (char16_t) UNICODE_U_LOW_CODEPOIN in UCNV_FROM_U_CALLBACK_ESCAPE()
[all...]
H A Dnorm2allmodes.h46 const char16_t *sArray=src.getBuffer();
60 normalize(const char16_t *src, const char16_t *limit,
85 const char16_t *secondArray=second.getBuffer(); in normalizeSecondAndAppend()
106 normalizeAndAppend(const char16_t *src, const char16_t *limit, UBool doNormalize,
111 char16_t buffer[4];
113 const char16_t *d=impl.getDecomposition(c, buffer, length);
126 char16_t buffer[30];
128 const char16_t *
[all...]
H A Ducharstriebuilder.cpp50 char16_t charAt(int32_t index, const UnicodeString &strings) const { in charAt()
78 strings.append((char16_t)length); in setTo()
207 // Create and char16_t-serialize the trie for the elements. in buildUChars()
215 uchars=static_cast<char16_t *>(uprv_malloc(capacity*2)); in buildUChars()
234 char16_t
260 char16_t unit=elements[i++].charAt(unitIndex, strings); in countElementUnits()
272 char16_t unit=elements[i++].charAt(unitIndex, strings); in skipElementsBySomeUnits()
281 UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, char16_t unit) const { in indexOfElementWithNextUnit()
288 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode) in UCTLinearMatchNode()
332 char16_t *newUChar in ensureCapacity()
[all...]
/third_party/gn/src/base/win/
H A Dregistry.h31 RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access);
34 LONG Create(HKEY rootkey, const char16_t* subkey, REGSAM access);
37 const char16_t* subkey,
42 LONG CreateKey(const char16_t* name, REGSAM access);
45 LONG Open(HKEY rootkey, const char16_t* subkey, REGSAM access);
48 LONG OpenKey(const char16_t* relative_key_name, REGSAM access);
61 bool HasValue(const char16_t* value_name) const;
75 LONG DeleteKey(const char16_t* name);
79 LONG DeleteEmptyKey(const char16_t* name);
82 LONG DeleteValue(const char16_t* nam
[all...]
H A Dregistry.cc27 // Registry values are read as BYTE* but can have char16_t* data whose last
28 // char16_t is truncated. This function converts the reported |byte_size| to
29 // a size in char16_t that can store a truncated char16_t if necessary.
31 return (byte_size + sizeof(char16_t) - 1) / sizeof(char16_t); in to_wchar_size()
45 RegKey::RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access) in RegKey()
62 LONG RegKey::Create(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Create()
68 const char16_t* subkey, in CreateWithDisposition()
85 LONG RegKey::CreateKey(const char16_t* nam
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dchar16ptr.h18 * \brief C++ API: char16_t pointer wrappers with
20 * Also conversion functions from char16_t * to UChar * and OldUChar *.
39 * char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types.
49 inline Char16Ptr(char16_t *p);
52 * Converts the pointer to char16_t *.
60 * Converts the pointer to char16_t *.
84 inline char16_t *get() const;
86 * char16_t pointer access via type conversion (e.g., static_cast).
90 inline operator char16_t *() const { return get(); } in operator char16_t *()
96 template<typename T> static char16_t *cas
[all...]
H A Ducharstrie.h42 * Traverses a char16_t-serialized data structure with minimal state,
58 * The trieUChars must contain a copy of a char16_t sequence from the UCharsTrieBuilder,
59 * starting with the first char16_t of that sequence.
66 * @param trieUChars The char16_t array that contains the serialized trie.
81 * but not the char16_t array which will be shared. (Shallow copy.)
148 const char16_t *uchars;
149 const char16_t *pos;
187 * and whether another input char16_t can continue a matching string.
194 * Traverses the trie from the initial state for this input char16_t.
216 * Traverses the trie from the current state for this input char16_t
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dchar16ptr.h18 * \brief C++ API: char16_t pointer wrappers with
20 * Also conversion functions from char16_t * to UChar * and OldUChar *.
39 * char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types.
49 inline Char16Ptr(char16_t *p);
52 * Converts the pointer to char16_t *.
60 * Converts the pointer to char16_t *.
84 inline char16_t *get() const;
86 * char16_t pointer access via type conversion (e.g., static_cast).
90 inline operator char16_t *() const { return get(); } in operator char16_t *()
96 template<typename T> static char16_t *cas
[all...]
H A Ducharstrie.h42 * Traverses a char16_t-serialized data structure with minimal state,
58 * The trieUChars must contain a copy of a char16_t sequence from the UCharsTrieBuilder,
59 * starting with the first char16_t of that sequence.
66 * @param trieUChars The char16_t array that contains the serialized trie.
81 * but not the char16_t array which will be shared. (Shallow copy.)
148 const char16_t *uchars;
149 const char16_t *pos;
187 * and whether another input char16_t can continue a matching string.
194 * Traverses the trie from the initial state for this input char16_t.
216 * Traverses the trie from the current state for this input char16_t
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dchar16ptr.h18 * \brief C++ API: char16_t pointer wrappers with
20 * Also conversion functions from char16_t * to UChar * and OldUChar *.
39 * char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types.
49 inline Char16Ptr(char16_t *p);
52 * Converts the pointer to char16_t *.
60 * Converts the pointer to char16_t *.
84 inline char16_t *get() const;
86 * char16_t pointer access via type conversion (e.g., static_cast).
90 inline operator char16_t *() const { return get(); } in operator char16_t *()
96 template<typename T> static char16_t *cas
[all...]
H A Ducharstrie.h42 * Traverses a char16_t-serialized data structure with minimal state,
58 * The trieUChars must contain a copy of a char16_t sequence from the UCharsTrieBuilder,
59 * starting with the first char16_t of that sequence.
66 * @param trieUChars The char16_t array that contains the serialized trie.
81 * but not the char16_t array which will be shared. (Shallow copy.)
148 const char16_t *uchars;
149 const char16_t *pos;
187 * and whether another input char16_t can continue a matching string.
194 * Traverses the trie from the initial state for this input char16_t.
216 * Traverses the trie from the current state for this input char16_t
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.h945 * @param len the length of the string in number of 2-byte code units (char16_t).
948 simdutf_warn_unused bool validate_utf16(const char16_t *buf, size_t len) noexcept;
960 * @param len the length of the string in number of 2-byte code units (char16_t).
963 simdutf_warn_unused bool validate_utf16le(const char16_t *buf, size_t len) noexcept;
975 * @param len the length of the string in number of 2-byte code units (char16_t).
978 simdutf_warn_unused bool validate_utf16be(const char16_t *buf, size_t len) noexcept;
989 * @param len the length of the string in number of 2-byte code units (char16_t).
992 simdutf_warn_unused result validate_utf16_with_errors(const char16_t *buf, size_t len) noexcept;
1003 * @param len the length of the string in number of 2-byte code units (char16_t).
1006 simdutf_warn_unused result validate_utf16le_with_errors(const char16_t *bu
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest.h149 const char16_t* message,
150 const char16_t* skeleton,
151 const char16_t* conciseSkeleton,
158 const char16_t* message,
159 const char16_t* skeleton,
160 const char16_t* conciseSkeleton,
167 const char16_t* message,
168 const char16_t* skeleton,
169 const char16_t* conciseSkeleton,
178 const char16_t* messag
[all...]

Completed in 17 milliseconds

12345678910>>...27