/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | CanonGSUBBuilder.java | 86 initClassTable.addMapping(isolated, contextual); in buildArabicContextualForms() 90 mediClassTable.addMapping(isolated, contextual); in buildArabicContextualForms() 94 finaClassTable.addMapping(isolated, contextual); in buildArabicContextualForms() 98 isolClassTable.addMapping(isolated, contextual); in buildArabicContextualForms() 202 classTable.addMapping(record.getCodePoint(), getGlyphClass(record)); in addArabicGlyphClasses() 369 exceptions.addMapping(0x05C1, 10); // Point Shin Dot in buildCombiningClassTable() 370 exceptions.addMapping(0x05C2, 11); // Point Sin Dot in buildCombiningClassTable() 371 exceptions.addMapping(0x05BC, 21); // Point Dagesh or Mapiq in buildCombiningClassTable() 372 exceptions.addMapping(0x05BF, 23); // Point Rafe in buildCombiningClassTable() 373 exceptions.addMapping(0x05B9, 27); // Point Holam in buildCombiningClassTable() [all …]
|
D | ClassTable.java | 135 public void addMapping(int charID, int classID) in addMapping() method in ClassTable 142 public void addMapping(int startCharID, int endCharID, int classID) in addMapping() method in ClassTable 145 addMapping(charID, classID); in addMapping()
|
D | ShapingTypeBuilder.java | 56 classTable.addMapping(ch, UCharacter.getIntPropertyValue(ch, UProperty.JOINING_TYPE)); in buildShapingTypes()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | LocaleMapperTest.java | 37 addMapping("xx", in testSimple() 50 addMapping( in testCorrectLocaleIsUsed() 64 addMapping("xx", in testInheritedValuesNotIncludedByDefault() 83 addMapping("xx", in testInheritedValuesIncludedWhenSameResourceBundle() 109 addMapping("xx", in testChildPathsNotIncludedByDefault() 132 addMapping("xx", in testParentPathsNotIncludedByDefault() 167 addMapping("xx", in testHiddenLabelsIncludeParentPaths() 225 addMapping("xx", in testHiddenLabelsAreNotIncludedAutomatically() 256 addMapping("xx", in testDateTimeHack() 259 addMapping("xx", in testDateTimeHack() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | scriptgenerator.py | 155 def addMapping(self, baseType, refType): member in ScriptOutputGenerator 244 self.addMapping(name, requiredEnum) 281 self.addMapping(typeName, member_type) 360 self.addMapping(name, param_type)
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | DistanceTable.java | 82 addMapping(key); in addDistance() 84 addMapping(key.reverse()); in addDistance() 88 private void addMapping(MappingKey key) { in addMapping() method in DistanceTable.Builder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 108 void addMapping(TypeIndex Idx); 206 void TypeStreamMerger::addMapping(TypeIndex Idx) { in addMapping() function in TypeStreamMerger 378 addMapping(DestIdx); in remapType()
|
D | DebugCrossExSubsection.cpp | 34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping() function in DebugCrossModuleExportsSubsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossExSubsection.h | 55 void addMapping(uint32_t Local, uint32_t Global);
|
/third_party/typescript/src/compiler/ |
D | sourcemap.ts | 45 addMapping, 112 …function addMapping(generatedLine: number, generatedCharacter: number, sourceIndex?: number, sourc… 197 …addMapping(newGeneratedLine, newGeneratedCharacter, newSourceIndex, newSourceLine, newSourceCharac…
|
D | types.ts | 7987 addMapping(generatedLine: number, generatedCharacter: number): void; 7991 …addMapping(generatedLine: number, generatedCharacter: number, sourceIndex: number, sourceLine: num…
|
D | emitter.ts | 5488 sourceMapGenerator!.addMapping(
|
/third_party/weex-loader/src/ |
D | util.js | 153 map.addMapping({
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 469 Result->addMapping(M.Local, M.Global); in toCodeViewSubsection()
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3970 addMapping(generatedLine: number, generatedCharacter: number): void; method 3974 …addMapping(generatedLine: number, generatedCharacter: number, sourceIndex: number, sourceLine: num… method
|
D | tsserverlibrary.d.ts | 3970 addMapping(generatedLine: number, generatedCharacter: number): void; method 3974 …addMapping(generatedLine: number, generatedCharacter: number, sourceIndex: number, sourceLine: num… method
|
/third_party/typescript/lib/ |
D | tsc.js | 69030 addMapping: addMapping, 69086 …function addMapping(generatedLine, generatedCharacter, sourceIndex, sourceLine, sourceCharacter, n… function 69161 …addMapping(newGeneratedLine, newGeneratedCharacter, newSourceIndex, newSourceLine, newSourceCharac… 86578 …sourceMapGenerator.addMapping(writer.getLine(), writer.getColumn(), sourceMapSourceIndex, sourceLi…
|
D | typingsInstaller.js | 82115 addMapping: addMapping, 82174 …function addMapping(generatedLine, generatedCharacter, sourceIndex, sourceLine, sourceCharacter, n… function 82253 …addMapping(newGeneratedLine, newGeneratedCharacter, newSourceIndex, newSourceLine, newSourceCharac… 105514 …sourceMapGenerator.addMapping(writer.getLine(), writer.getColumn(), sourceMapSourceIndex, sourceLi…
|
D | typescriptServices.js | 82320 addMapping: addMapping, 82379 …function addMapping(generatedLine, generatedCharacter, sourceIndex, sourceLine, sourceCharacter, n… function 82458 …addMapping(newGeneratedLine, newGeneratedCharacter, newSourceIndex, newSourceLine, newSourceCharac… 105719 …sourceMapGenerator.addMapping(writer.getLine(), writer.getColumn(), sourceMapSourceIndex, sourceLi…
|
D | tsserverlibrary.js | 82320 addMapping: addMapping, 82379 …function addMapping(generatedLine, generatedCharacter, sourceIndex, sourceLine, sourceCharacter, n… function 82458 …addMapping(newGeneratedLine, newGeneratedCharacter, newSourceIndex, newSourceLine, newSourceCharac… 105719 …sourceMapGenerator.addMapping(writer.getLine(), writer.getColumn(), sourceMapSourceIndex, sourceLi…
|
D | tsserver.js | 82126 addMapping: addMapping, 82185 …function addMapping(generatedLine, generatedCharacter, sourceIndex, sourceLine, sourceCharacter, n… function 82264 …addMapping(newGeneratedLine, newGeneratedCharacter, newSourceIndex, newSourceLine, newSourceCharac… 105525 …sourceMapGenerator.addMapping(writer.getLine(), writer.getColumn(), sourceMapSourceIndex, sourceLi…
|
D | typescript.js | 82320 addMapping: addMapping, 82379 …function addMapping(generatedLine, generatedCharacter, sourceIndex, sourceLine, sourceCharacter, n… function 82458 …addMapping(newGeneratedLine, newGeneratedCharacter, newSourceIndex, newSourceLine, newSourceCharac… 105719 …sourceMapGenerator.addMapping(writer.getLine(), writer.getColumn(), sourceMapSourceIndex, sourceLi…
|