Searched refs:normalized (Results 1 - 25 of 268) sorted by relevance

1234567891011

/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/harfbuzz-ng/src/
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...]
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...]
/external/harfbuzz_ng/src/
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...]
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...]
/external/eigen/test/
H A Dgeo_quaternion.cpp80 q1 = AngleAxisx(a, v0.normalized());
81 q2 = AngleAxisx(a, v1.normalized());
112 && (aa.axis() - v1.normalized()).norm() < 1.99
113 && (aa.axis() + v1.normalized()).norm() < 1.99)
119 VERIFY_IS_APPROX( v2.normalized(),(q2.setFromTwoVectors(v1, v2)*v1).normalized());
120 VERIFY_IS_APPROX( v1.normalized(),(q2.setFromTwoVectors(v1, v1)*v1).normalized());
121 VERIFY_IS_APPROX(-v1.normalized(),(q2.setFromTwoVectors(v1,-v1)*v1).normalized());
[all...]
/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/chromium_org/third_party/WebKit/Source/platform/text/
H A DSurrogatePairAwareTextIterator.cpp47 if (UChar32 normalized = normalizeVoicingMarks()) {
48 character = normalized;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dcopyvertex.h25 template <typename T, size_t componentCount, bool normalized>
28 template <bool isSigned, bool normalized, bool toFloat>
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpath_canonicalizer.py13 normalized = file_name
15 normalized = posixpath.splitext(file_name)[0]
16 normalized = normalized.replace('.', '').replace('-', '').replace('_', '')
17 return normalized.lower()
/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/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...]
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc39 scoped_ptr<base::DictionaryValue> normalized = local
42 if (normalized.get() == NULL)
46 normalized->RemoveWithoutPathExpansion(::onc::kRecommended, NULL);
49 NormalizeCertificate(normalized.get());
51 NormalizeEAP(normalized.get());
53 NormalizeEthernet(normalized.get());
55 NormalizeIPsec(normalized.get());
57 NormalizeNetworkConfiguration(normalized.get());
59 NormalizeOpenVPN(normalized.get());
61 NormalizeProxySettings(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/unsupported/test/
H A Dalignedvector3.cpp45 VERIFY_IS_APPROX(f2.normalized(),r2.normalized());
47 VERIFY_IS_APPROX((f2+f1).normalized(),(r2+r1).normalized());
/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/angle/src/libGLESv2/
H A DVertexArray.cpp77 bool normalized, bool pureInteger, GLsizei stride, const void *pointer)
83 mVertexAttributes[attributeIndex].normalized = normalized;
H A DVertexAttribute.cpp18 normalized(false),
H A DVertexAttribute.h23 bool normalized; member in struct:gl::VertexAttribute
53 return static_cast<T>(attrib.normalized ? GL_TRUE : GL_FALSE);
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.h56 GLboolean normalized() const { function in class:gpu::gles2::VertexAttrib
112 GLboolean normalized,
197 GLboolean normalized,
210 buffer, size, type, normalized, gl_stride, real_stride, offset);
192 SetAttribInfo( GLuint index, Buffer* buffer, GLint size, GLenum type, GLboolean normalized, GLsizei gl_stride, GLsizei real_stride, GLsizei offset) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom.h77 GLboolean normalized, GLboolean integer);
/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/mesa3d/src/mesa/state_tracker/
H A Dst_atom.h77 GLboolean normalized, GLboolean integer);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLVertexArrayObjectOES.h58 , normalized(false)
73 bool normalized; member in class:blink::FINAL::FINAL
/external/chromium_org/cc/input/
H A Dpage_scale_animation.cc26 gfx::Vector2dF DenormalizeToViewport(const gfx::Vector2dF& normalized, argument
28 return gfx::ScaleVector2d(normalized,
119 gfx::Vector2dF normalized = NormalizeFromViewport( local
122 start_anchor_ - DenormalizeToViewport(normalized, TargetViewportSize());
126 // The anchor is the point which is at the same normalized relative position
128 // zoom-in double-tap to a perfectly centered rect will have normalized
130 // screen will have normalized anchor (1.0, 1.0). In other words, it obeys
132 // anchor = start_size * normalized + start_offset
133 // anchor = target_size * normalized + target_offset
134 // where both anchor and normalized begi
140 gfx::Vector2dF normalized = gfx::ScaleVector2d( local
[all...]

Completed in 3461 milliseconds

1234567891011