Home
last modified time | relevance | path

Searched refs:getDelta (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java191 c+=getDelta(props); in tolower()
211 c+=getDelta(props); in toupper()
231 c+=getDelta(props); in totitle()
295 int delta=getDelta(props); in addCaseClosure()
1001 result=c+getDelta(props); in toFullLower()
1163 result=c+getDelta(props); in toUpperOrTitle()
1339 c+=getDelta(props); in fold()
1409 result=c+getDelta(props); in toFullFolding()
1616 static final int getDelta(int props) { in getDelta() method in UCaseProps
DCaseMapImpl.java477 (delta = UCaseProps.getDelta(props)) == 0) { in internalToLower()
558 (delta = UCaseProps.getDelta(props)) == 0) { in internalToUpper()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java195 c+=getDelta(props); in tolower()
215 c+=getDelta(props); in toupper()
235 c+=getDelta(props); in totitle()
299 int delta=getDelta(props); in addCaseClosure()
1001 result=c+getDelta(props); in toFullLower()
1163 result=c+getDelta(props); in toUpperOrTitle()
1324 c+=getDelta(props); in fold()
1394 result=c+getDelta(props); in toFullFolding()
1601 static final int getDelta(int props) { in getDelta() method in UCaseProps
DCaseMapImpl.java471 (delta = UCaseProps.getDelta(props)) == 0) { in internalToLower()
552 (delta = UCaseProps.getDelta(props)) == 0) { in internalToUpper()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DEthiopicTest.java458 public int getDelta() { return fieldDelta; } in TestAddSet() method in EthiopicTest.TestAddSetItem
478 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
483 errln("EToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
DCopticTest.java401 public int getDelta() { return fieldDelta; } in TestAddSet() method in CopticTest.TestAddSetItem
421 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
426 errln("CToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DEthiopicTest.java461 public int getDelta() { return fieldDelta; } in TestAddSet() method in EthiopicTest.TestAddSetItem
481 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
486 errln("EToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
DCopticTest.java404 public int getDelta() { return fieldDelta; } in TestAddSet() method in CopticTest.TestAddSetItem
424 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
429 errln("CToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
/third_party/typescript/src/services/formatting/
Dformatting.ts69 getDelta(child: TextRangeWithKind): number; method
538 … delta: Math.min(options.indentSize!, parentDynamicIndentation.getDelta(node) + delta)
545 …urn { indentation: indentationOnLastIndentedLine, delta: parentDynamicIndentation.getDelta(node) };
555 …tion: parentDynamicIndentation.getIndentation() + parentDynamicIndentation.getDelta(node), delta };
603 return indentation + getDelta(container);
618 …!suppressDelta && shouldAddDelta(line, kind, container) ? indentation + getDelta(container) : inde…
620 getDelta,
661 function getDelta(child: TextRangeWithKind) {
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/singlesubst/
DHeaderFmt1.java24 public int getDelta() { in getDelta() method in HeaderFmt1
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java142 int delta = fmt1Table.getDelta(); in extract()