/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cnv.cpp | 39 sa->addRange(sa->set, 0, 0x10ffff); in ucnv_getCompleteUnicodeSet() 50 sa->addRange(sa->set, 0, 0xd7ff); in ucnv_getNonSurrogateUnicodeSet() 51 sa->addRange(sa->set, 0xe000, 0x10ffff); in ucnv_getNonSurrogateUnicodeSet()
|
H A D | uset_imp.h | 52 USetAddRange *addRange; member
|
H A D | ubidi_props.cpp | 78 sa->addRange(sa->set, c, c+1); in ubidi_addPropertyStarts()
|
H A D | ucnv_ct.cpp | 596 sa->addRange(sa->set, 0x0020, 0x007F); in _CompoundText_GetUnicodeSet() 597 sa->addRange(sa->set, 0x00A0, 0x00FF); in _CompoundText_GetUnicodeSet()
|
H A D | ucnvlat1.cpp | 433 sa->addRange(sa->set, 0, 0xff); in _Latin1GetUnicodeSet() 713 sa->addRange(sa->set, 0, 0x7f); in _ASCIIGetUnicodeSet()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_cnv.cpp | 39 sa->addRange(sa->set, 0, 0x10ffff); in ucnv_getCompleteUnicodeSet() 50 sa->addRange(sa->set, 0, 0xd7ff); in ucnv_getNonSurrogateUnicodeSet() 51 sa->addRange(sa->set, 0xe000, 0x10ffff); in ucnv_getNonSurrogateUnicodeSet()
|
H A D | uset_imp.h | 52 USetAddRange *addRange; member
|
H A D | ubidi_props.cpp | 78 sa->addRange(sa->set, c, c+1); in ubidi_addPropertyStarts()
|
H A D | ucnvlat1.cpp | 433 sa->addRange(sa->set, 0, 0xff); in _Latin1GetUnicodeSet() 713 sa->addRange(sa->set, 0, 0x7f); in _ASCIIGetUnicodeSet()
|
H A D | ucnv_ct.cpp | 596 sa->addRange(sa->set, 0x0020, 0x007F); in _CompoundText_GetUnicodeSet() 597 sa->addRange(sa->set, 0x00A0, 0x00FF); in _CompoundText_GetUnicodeSet()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_cnv.cpp | 39 sa->addRange(sa->set, 0, 0x10ffff); in ucnv_getCompleteUnicodeSet() 50 sa->addRange(sa->set, 0, 0xd7ff); in ucnv_getNonSurrogateUnicodeSet() 51 sa->addRange(sa->set, 0xe000, 0x10ffff); in ucnv_getNonSurrogateUnicodeSet()
|
H A D | uset_imp.h | 52 USetAddRange *addRange; member
|
H A D | ubidi_props.cpp | 78 sa->addRange(sa->set, c, c+1); in ubidi_addPropertyStarts()
|
H A D | ucnv_ct.cpp | 596 sa->addRange(sa->set, 0x0020, 0x007F); in _CompoundText_GetUnicodeSet() 597 sa->addRange(sa->set, 0x00A0, 0x00FF); in _CompoundText_GetUnicodeSet()
|
/third_party/node/lib/internal/ |
H A D | blocklist.js | 72 addRange(start, end, family = 'ipv4') { 89 const ret = this[kHandle].addRange(
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ValidIdentifiers.java | 141 addRange(datasubtype.getString(), subvalues); 144 addRange(string, subvalues); 153 private static void addRange(String string, Set<String> subvalues) { in addRange() method in ValidIdentifiers.ValidityData
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ValidIdentifiers.java | 152 addRange(datasubtype.getString(), subvalues); 155 addRange(string, subvalues); 164 private static void addRange(String string, Set<String> subvalues) { in addRange() method in ValidIdentifiers.ValidityData
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | IndexRangeCache.h | 29 void addRange(DrawElementsType type,
|
H A D | IndexRangeCache.cpp | 22 void IndexRangeCache::addRange(DrawElementsType type, in addRange() function in gl::IndexRangeCache
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 127 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange() function in DwarfFile
|
H A D | DwarfFile.h | 104 std::pair<uint32_t, RangeSpanList *> addRange(const DwarfCompileUnit &CU,
|
/third_party/node/lib/internal/modules/esm/ |
H A D | fetch_module.js | 227 allowList.addRange('127.0.0.1', '127.255.255.255');
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | durchschlag.cc | 227 static void addRange(std::vector<Range>* ranges, TextIdx start, TextIdx end) { in addRange() function 541 addRange(&ranges, candidate, candidate + blockLen); in durchschlagGenerateExclusive() 633 addRange(&ranges, candidate, candidate + blockLen); in durchschlagGenerateCollaborative()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 96 bool addRange(uint64_t Start, uint64_t End, Instruction *Inst) { in addRange() function in __anon24394::InitializerBuilder 110 if (!addRange(Offset, Offset + StoreSize, SI)) in addStore() 119 if (!addRange(Offset, Offset + StoreSize, MSI)) in addMemSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 176 addRange(OffsetFromFirst, StoreSize, in addStore() 182 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getDestAlignment(), MSI); in addMemSet() 185 void addRange(int64_t Start, int64_t Size, Value *Ptr, 194 void MemsetRanges::addRange(int64_t Start, int64_t Size, Value *Ptr, in addRange() function in MemsetRanges
|