Searched defs:normalized (Results 1 - 25 of 117) sorted by relevance

12345

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dnormalize_utf8.h29 string normalized; local
40 normalized.append(utf8, len);
42 normalized.push_back('0' + digitValue);
45 return normalized;
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_unicodetext.cc20 icu::UnicodeString normalized; local
22 icu::Normalizer::normalize(source, UNORM_NFC, 0, normalized, status);
25 normalized.toLower();
32 normalized.toUTF8(sink);
/external/deqp/framework/delibs/debase/
H A DdeInt32.c132 deUint32 normalized = (deUint32)a << shift; /* Highest bit is always 1. */ local
133 int lookupNdx = (normalized >> (31 - RCP_LUT_BITS)) & ((1<<RCP_LUT_BITS)-1); /* Discard high bit, leave 8 next highest bits to lowest bits of normalized. */
145 tmp = deSafeMuluAsr32(result, normalized, 31);
149 tmp = deSafeMuluAsr32(result, normalized, 31);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp121 GLuint index, GLsizei bytesPerElement, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset, PassRefPtrWillBeRawPtr<WebGLBuffer> buffer)
136 state.normalized = normalized;
120 setVertexAttribState( GLuint index, GLsizei bytesPerElement, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset, PassRefPtrWillBeRawPtr<WebGLBuffer> buffer) argument
H A DWebGLVertexArrayObjectOES.h58 , normalized(false)
73 bool normalized; member in class:blink::FINAL::FINAL
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexBuffer.h132 bool normalized; member in struct:rx::StaticVertexBufferInterface::VertexElement
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DVertexAttributeTest.cpp24 GLboolean normalized; member in struct:VertexAttributeTest::TestData
41 glVertexAttribPointer(mTestAttrib, i + 1, test.type, test.normalized, 0, test.inputData);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnortrans.cpp113 * must not be normalized.
118 UnicodeString input, normalized;
124 fNorm2.normalize(input, normalized, status);
126 text.handleReplaceBetween(start, limit, normalized);
128 int32_t delta = normalized.length() - length;
136 UnicodeString normalized; local
154 fNorm2.normalize(segment, normalized, errorCode);
158 if(segment != normalized) {
159 // replace the input chunk with its normalized form
160 text.handleReplaceBetween(prev, start, normalized);
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp19 GrGLboolean normalized,
32 array->fNormalized != normalized ||
40 normalized,
46 array->fNormalized = normalized;
14 set(const GrGpuGL* gpu, int index, GrGLVertexBuffer* buffer, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, GrGLvoid* offset) argument
/external/eigen/Eigen/src/Core/
H A DDot.h139 MatrixBase<Derived>::normalized() const function in class:Eigen::MatrixBase
151 * \sa norm(), normalized()
/external/icu/icu4c/source/i18n/
H A Dnortrans.cpp113 * must not be normalized.
118 UnicodeString input, normalized;
124 fNorm2.normalize(input, normalized, status);
126 text.handleReplaceBetween(start, limit, normalized);
128 int32_t delta = normalized.length() - length;
136 UnicodeString normalized; local
154 fNorm2.normalize(segment, normalized, errorCode);
158 if(segment != normalized) {
159 // replace the input chunk with its normalized form
160 text.handleReplaceBetween(prev, start, normalized);
[all...]
H A Duitercollationiterator.h29 * Handles normalized text inline, with length or NUL-terminated.
132 * The input text [start..limit[ failed the FCD check and was normalized.
133 * pos tracks the current index in the normalized string.
138 * The input text [start..limit[ failed the FCD check and was normalized.
139 * pos tracks the current index in the normalized string.
152 UnicodeString normalized; member in class:FCDUIterCollationIterator
H A Dutf16collationiterator.h29 * Handles normalized UTF-16 text inline, with length or NUL-terminated.
166 // or the current segment had to be normalized so that
167 // [segmentStart..segmentLimit[ turned into the normalized string,
168 // corresponding to normalized.getBuffer()==start<=pos<=limit==start+normalized.length().
176 UnicodeString normalized; member in class:FCDUTF16CollationIterator
H A Dutf8collationiterator.h28 * Handles normalized UTF-8 text inline, with length or NUL-terminated.
56 * Valid lead surrogates are returned from inside a normalized text segment,
153 * The input text [start..limit[ failed the FCD check and was normalized.
154 * pos tracks the current index in the normalized string.
165 UnicodeString normalized; member in class:FCDUTF8CollationIterator
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp19 GrGLboolean normalized,
32 array->fNormalized != normalized ||
40 normalized,
46 array->fNormalized = normalized;
14 set(const GrGpuGL* gpu, int index, GrGLVertexBuffer* buffer, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, GrGLvoid* offset) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DCharacter.cpp356 StringBuilder normalized; local
357 normalized.reserveCapacity(length);
360 normalized.append(Character::normalizeSpaces(characters[i]));
362 return normalized.toString();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexAttribute.h23 bool normalized; member in struct:gl::VertexAttribute
53 return static_cast<T>(attrib.normalized ? GL_TRUE : GL_FALSE);
H A Dangletypes.cpp98 VertexFormat::VertexFormat(GLenum type, GLboolean normalized, GLuint components, bool pureInteger) argument
100 mNormalized(normalized),
104 // Float data can not be normalized, so ignore the user setting
113 mNormalized(attrib.normalized ? GL_TRUE : GL_FALSE),
121 // Float data can not be normalized, so ignore the user setting
130 mNormalized(attrib.normalized ? GL_TRUE : GL_FALSE),
142 // Float data can not be normalized, so ignore the user setting
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DBufferSubData.cpp82 GLsizeiptr GetVertexData(GLenum type, GLint componentCount, GLboolean normalized, std::vector<uint8_t> *data) argument
93 else if (normalized == GL_TRUE)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-glib.cc254 gchar *normalized; local
260 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFC);
261 len = g_utf8_strlen (normalized, -1);
266 *ab = g_utf8_get_char (normalized);
272 g_free (normalized);
291 gchar *normalized; local
296 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD);
297 len = g_utf8_strlen (normalized, -1);
302 *a = g_utf8_get_char (normalized);
306 *a = g_utf8_get_char (normalized);
[all...]
H A Dhb-icu.cc189 UChar utf16[4], normalized[5]; local
202 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
205 if (u_countChar32 (normalized, len) == 1) {
206 U16_GET_UNSAFE (normalized, 0, *ab);
248 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
263 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
267 len = u_countChar32 (normalized, len);
270 U16_GET_UNSAFE (normalized,
318 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h86 GLboolean normalized; member in struct:array_state
/external/harfbuzz_ng/src/
H A Dhb-glib.cc254 gchar *normalized; local
260 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFC);
261 len = g_utf8_strlen (normalized, -1);
266 *ab = g_utf8_get_char (normalized);
272 g_free (normalized);
291 gchar *normalized; local
296 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD);
297 len = g_utf8_strlen (normalized, -1);
302 *a = g_utf8_get_char (normalized);
306 *a = g_utf8_get_char (normalized);
[all...]
H A Dhb-icu.cc189 UChar utf16[4], normalized[5]; local
202 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
205 if (u_countChar32 (normalized, len) == 1) {
206 U16_GET_UNSAFE (normalized, 0, *ab);
248 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
263 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
267 len = u_countChar32 (normalized, len);
270 U16_GET_UNSAFE (normalized,
318 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
[all...]
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h86 GLboolean normalized; member in struct:array_state

Completed in 1148 milliseconds

12345