Home
last modified time | relevance | path

Searched refs:cType (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dislamcal.cpp176 switch (cType) { in getType()
203 cType(type) in IslamicCalendar()
208 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType in IslamicCalendar()
217 if (cType != type) { in setCalculationType()
221 cType = type; in setCalculationType()
234 return (cType == CIVIL); in isCivil()
300 if (cType == CIVIL || cType == TBLA || in yearStart()
301 (cType == UMALQURA && year < UMALQURA_YEAR_START)) in yearStart()
304 } else if(cType==ASTRONOMICAL){ in yearStart()
324 if (cType == CIVIL || cType == TBLA) { in monthStart()
[all …]
Dislamcal.h284 ECalculationType cType; variable
/external/icu/icu4c/source/i18n/
Dislamcal.cpp176 switch (cType) { in getType()
203 cType(type) in IslamicCalendar()
208 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType in IslamicCalendar()
217 if (cType != type) { in setCalculationType()
221 cType = type; in setCalculationType()
234 return (cType == CIVIL); in isCivil()
300 if (cType == CIVIL || cType == TBLA || in yearStart()
301 (cType == UMALQURA && year < UMALQURA_YEAR_START)) in yearStart()
304 } else if(cType==ASTRONOMICAL){ in yearStart()
324 if (cType == CIVIL || cType == TBLA) { in monthStart()
[all …]
Dislamcal.h284 ECalculationType cType; variable
/external/chromium_org/third_party/sqlite/src/tool/
Dshowdb.c253 static int localPayload(i64 nPayload, char cType){ in localPayload() argument
258 if( cType==13 ){ in localPayload()
286 unsigned char cType, /* Page type */ in describeCell() argument
300 if( cType<=5 ){ in describeCell()
307 if( cType!=5 ){ in describeCell()
313 nLocal = localPayload(nPayload, cType); in describeCell()
317 if( cType==5 || cType==13 ){ in describeCell()
332 if( showCellContent && cType!=5 ){ in describeCell()
Dshowwal.c203 static int describeCell(unsigned char cType, unsigned char *a, char **pzDesc){ in describeCell() argument
212 if( cType<=5 ){ in describeCell()
219 if( cType!=5 ){ in describeCell()
226 if( cType==5 || cType==13 ){ in describeCell()
/external/skia/src/gpu/
DGrPathUtils.cpp775 CubicType cType = classify_cubic(src, d); in chopCubicAtLoopIntersection() local
778 if (kLoop_CubicType == cType) { in chopCubicAtLoopIntersection()
837 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) { in chopCubicAtLoopIntersection()
839 } else if (kLoop_CubicType == cType) { in chopCubicAtLoopIntersection()
841 } else if (kCusp_CubicType == cType) { in chopCubicAtLoopIntersection()
844 } else if (kQuadratic_CubicType == cType) { in chopCubicAtLoopIntersection()
857 CubicType cType = classify_cubic(p, d); in getCubicKLM() local
863 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) { in getCubicKLM()
865 } else if (kLoop_CubicType == cType) { in getCubicKLM()
867 } else if (kCusp_CubicType == cType) { in getCubicKLM()
[all …]
/external/chromium_org/third_party/skia/src/gpu/
DGrPathUtils.cpp775 CubicType cType = classify_cubic(src, d); in chopCubicAtLoopIntersection() local
778 if (kLoop_CubicType == cType) { in chopCubicAtLoopIntersection()
837 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) { in chopCubicAtLoopIntersection()
839 } else if (kLoop_CubicType == cType) { in chopCubicAtLoopIntersection()
841 } else if (kCusp_CubicType == cType) { in chopCubicAtLoopIntersection()
844 } else if (kQuadratic_CubicType == cType) { in chopCubicAtLoopIntersection()
857 CubicType cType = classify_cubic(p, d); in getCubicKLM() local
863 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) { in getCubicKLM()
865 } else if (kLoop_CubicType == cType) { in getCubicKLM()
867 } else if (kCusp_CubicType == cType) { in getCubicKLM()
[all …]
/external/chromium_org/third_party/sqlite/
Dmac_time_machine.patch81 -static const char cType[] = {
90 - j = cType[x-'a'];
99 - j = cType[x-'a'];
DREADME.chromium193 rename fts3_porter.c's 'cType' to 'vOrCType'.
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2_porter.c129 static const char cType[] = { variable
153 j = cType[x-'a']; in isConsonant()
162 j = cType[x-'a']; in isVowel()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1_porter.c130 static const char cType[] = { variable
154 j = cType[x-'a']; in isConsonant()
163 j = cType[x-'a']; in isVowel()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h74 …CJBig2_Segment *findReferredSegmentByTypeAndIndex(CJBig2_Segment *pSegment, FX_BYTE cType, FX_INT3…
DJBig2_Context.cpp397 FX_BYTE cType, FX_INT32 nIndex) in findReferredSegmentByTypeAndIndex() argument
404 if(pSeg && pSeg->m_cFlags.s.type == cType) { in findReferredSegmentByTypeAndIndex()
/external/sqlite/dist/
Dsqlite3.c135073 static const char cType[] = {
135097 j = cType[x-'a'];
135106 j = cType[x-'a'];
/external/sqlite/dist/orig/
Dsqlite3.c135041 static const char cType[] = {
135065 j = cType[x-'a'];
135074 j = cType[x-'a'];