Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 25 of 53) sorted by relevance

123

/external/icu4c/i18n/
Dnortrans.cpp135 UnicodeString normalized; in handleTransliterate() local
153 fNorm2.normalize(segment, normalized, errorCode); in handleTransliterate()
157 if(segment != normalized) { in handleTransliterate()
159 text.handleReplaceBetween(prev, start, normalized); in handleTransliterate()
162 int32_t delta = normalized.length() - (start - prev); in handleTransliterate()
Dtimezone.cpp1138 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { in getCustomID() argument
1139 normalized.remove(); in getCustomID()
1141 return normalized; in getCustomID()
1145 formatCustomID(hour, min, sec, (sign < 0), normalized); in getCustomID()
1147 return normalized; in getCustomID()
/external/webkit/WebCore/platform/graphics/
DWidthIterator.cpp94 UChar32 normalized = normalizeVoicingMarks(currentCharacter); in advance() local
95 if (normalized) { in advance()
96 c = normalized; in advance()
240 QString res = tmp.normalized(QString::NormalizationForm_C, QChar::Unicode_3_2); in normalizeVoicingMarks()
DGraphicsContext3D.h588 void vertexAttribPointer(unsigned long indx, int size, int type, bool normalized,
/external/freetype/src/truetype/
Dttgxvar.c996 FT_Fixed* normalized = NULL; in TT_Set_Var_Design() local
1024 if ( FT_NEW_ARRAY( normalized, mmvar->num_axis ) ) in TT_Set_Var_Design()
1038 normalized[i] = -FT_MulDiv( coords[i] - a->def, in TT_Set_Var_Design()
1043 normalized[i] = 0; in TT_Set_Var_Design()
1046 normalized[i] = FT_MulDiv( coords[i] - a->def, in TT_Set_Var_Design()
1061 if ( normalized[i] < av->correspondence[j].fromCoord ) in TT_Set_Var_Design()
1063 normalized[i] = in TT_Set_Var_Design()
1066 normalized[i] - av->correspondence[j - 1].fromCoord, in TT_Set_Var_Design()
1079 error = TT_Set_MM_Blend( face, num_coords, normalized ); in TT_Set_Var_Design()
1082 FT_FREE( normalized ); in TT_Set_Var_Design()
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp128 void vertexAttribPointer(unsigned long indx, int size, int type, bool normalized,
165 bool normalized; member in WebCore::GraphicsContext3DInternal::VertexAttribPointerState
349 , normalized(false) in VertexAttribPointerState()
986 …hicsContext3DInternal::vertexAttribPointer(unsigned long indx, int size, int type, bool normalized, in vertexAttribPointer() argument
1003 state.normalized = normalized; in vertexAttribPointer()
1008 glVertexAttribPointer(indx, size, type, normalized, stride, in vertexAttribPointer()
2204 void GraphicsContext3D::vertexAttribPointer(unsigned long indx, int size, int type, bool normalized, in vertexAttribPointer() argument
2207 m_internal->vertexAttribPointer(indx, size, type, normalized, stride, offset); in vertexAttribPointer()
/external/kernel-headers/original/linux/
Dhdsmart.h30 unsigned char normalized; member
/external/chromium/third_party/icu/source/i18n/
Dtimezone.cpp1249 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { in getCustomID() argument
1250 normalized.remove(); in getCustomID()
1252 return normalized; in getCustomID()
1256 formatCustomID(hour, min, sec, (sign < 0), normalized); in getCustomID()
1258 return normalized; in getCustomID()
/external/iproute2/
DREADME.distribution63 for the ("normalized") inverse of size TABLESIZE, covering its domain 0
90 4. The tables produced are all normalized for mean 0 and standard
/external/iproute2/netem/
DREADME.distribution65 for the ("normalized") inverse of size TABLESIZE, covering its domain 0
92 4. The tables produced are all normalized for mean 0 and standard
/external/expat/lib/
Dxmltok_impl.c1445 atts[nAtts].normalized = 1; \ in PREFIX()
1489 atts[nAtts].normalized = 0; in PREFIX()
1496 && atts[nAtts].normalized in PREFIX()
1501 atts[nAtts].normalized = 0; in PREFIX()
1509 atts[nAtts].normalized = 0; in PREFIX()
Dxmltok.h122 char normalized; member
/external/chromium/third_party/icu/source/data/unidata/
DDerivedNormalizationProps.txt1963 # Characters whose normalized length is not one.
1965 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2188 # Characters whose normalized length is not one.
2190 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2235 # Characters whose normalized length is not one.
2237 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2532 # Characters whose normalized length is not one.
2534 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
DSpecialCasing.txt110 # It MUST be in normalized form--moved to the end of any sequence of combining marks.
/external/icu4c/i18n/unicode/
Dtimezone.h719 static UnicodeString& getCustomID(const UnicodeString& id, UnicodeString& normalized,
/external/chromium/third_party/icu/source/test/intltest/
Ddtfmrgts.cpp1277 UnicodeString normalized; member in Test1684Data
1290 normalized((xnormalized==NULL)?xdata:xnormalized,"") in Test1684Data()
1392 if (result != test.normalized) { in Test1684()
1395 "\n expected '" + test.normalized + "'"); in Test1684()
/external/icu4c/test/intltest/
Ddtfmrgts.cpp1277 UnicodeString normalized; member in Test1684Data
1290 normalized((xnormalized==NULL)?xdata:xnormalized,"") in Test1684Data()
1392 if (result != test.normalized) { in Test1684()
1395 "\n expected '" + test.normalized + "'"); in Test1684()
/external/chromium/third_party/icu/public/i18n/unicode/
Dtimezone.h745 static UnicodeString& getCustomID(const UnicodeString& id, UnicodeString& normalized,
/external/webkit/WebCore/platform/text/
DTextEncoding.cpp118 str = str.normalized(QString::NormalizationForm_C); in encode()
/external/bison/tests/
Dsynclines.at25 # normalized output. Ignore the exit status, since some compilers
/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h272 void vertexAttribPointer(unsigned long indx, long size, unsigned long type, bool normalized,
DWebGLRenderingContext.cpp2369 …xAttribPointer(unsigned long indx, long size, unsigned long type, bool normalized, unsigned long s… in vertexAttribPointer() argument
2403 m_context->vertexAttribPointer(indx, size, type, normalized, stride, offset); in vertexAttribPointer()
DWebGLRenderingContext.idl670 …exAttribPointer(in unsigned long indx, in long size, in unsigned long type, in boolean normalized,
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp956 void GraphicsContext3D::vertexAttribPointer(unsigned long indx, int size, int type, bool normalized in vertexAttribPointer() argument
959 …::glVertexAttribPointer(indx, size, type, normalized, stride, reinterpret_cast<void*>(static_cast<… in vertexAttribPointer()
/external/icu4c/data/unidata/
DDerivedNormalizationProps.txt2039 # Characters whose normalized length is not one.
2041 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2267 # Characters whose normalized length is not one.
2269 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2314 # Characters whose normalized length is not one.
2316 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2623 # Characters whose normalized length is not one.
2625 # The length of a normalized string is not necessarily the sum of the lengths of the nor…

123