/external/icu4c/i18n/ |
D | nortrans.cpp | 135 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()
|
D | timezone.cpp | 1138 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/ |
D | WidthIterator.cpp | 94 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()
|
D | GraphicsContext3D.h | 588 void vertexAttribPointer(unsigned long indx, int size, int type, bool normalized,
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 996 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/ |
D | GraphicsContext3D.cpp | 128 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/ |
D | hdsmart.h | 30 unsigned char normalized; member
|
/external/chromium/third_party/icu/source/i18n/ |
D | timezone.cpp | 1249 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/ |
D | README.distribution | 63 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/ |
D | README.distribution | 65 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/ |
D | xmltok_impl.c | 1445 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()
|
D | xmltok.h | 122 char normalized; member
|
/external/chromium/third_party/icu/source/data/unidata/ |
D | DerivedNormalizationProps.txt | 1963 # 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…
|
D | SpecialCasing.txt | 110 # It MUST be in normalized form--moved to the end of any sequence of combining marks.
|
/external/icu4c/i18n/unicode/ |
D | timezone.h | 719 static UnicodeString& getCustomID(const UnicodeString& id, UnicodeString& normalized,
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | dtfmrgts.cpp | 1277 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/ |
D | dtfmrgts.cpp | 1277 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/ |
D | timezone.h | 745 static UnicodeString& getCustomID(const UnicodeString& id, UnicodeString& normalized,
|
/external/webkit/WebCore/platform/text/ |
D | TextEncoding.cpp | 118 str = str.normalized(QString::NormalizationForm_C); in encode()
|
/external/bison/tests/ |
D | synclines.at | 25 # normalized output. Ignore the exit status, since some compilers
|
/external/webkit/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 272 void vertexAttribPointer(unsigned long indx, long size, unsigned long type, bool normalized,
|
D | WebGLRenderingContext.cpp | 2369 …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()
|
D | WebGLRenderingContext.idl | 670 …exAttribPointer(in unsigned long indx, in long size, in unsigned long type, in boolean normalized,
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.cpp | 956 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/ |
D | DerivedNormalizationProps.txt | 2039 # 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…
|