Home
last modified time | relevance | path

Searched refs:addRange (Results 1 - 25 of 53) sorted by relevance

123

/third_party/icu/icu4c/source/common/
H A Ducnv_cnv.cpp39 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 Duset_imp.h52 USetAddRange *addRange; member
H A Dubidi_props.cpp78 sa->addRange(sa->set, c, c+1); in ubidi_addPropertyStarts()
H A Ducnv_ct.cpp596 sa->addRange(sa->set, 0x0020, 0x007F); in _CompoundText_GetUnicodeSet()
597 sa->addRange(sa->set, 0x00A0, 0x00FF); in _CompoundText_GetUnicodeSet()
H A Ducnvlat1.cpp433 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 Ducnv_cnv.cpp39 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 Duset_imp.h52 USetAddRange *addRange; member
H A Dubidi_props.cpp78 sa->addRange(sa->set, c, c+1); in ubidi_addPropertyStarts()
H A Ducnvlat1.cpp433 sa->addRange(sa->set, 0, 0xff); in _Latin1GetUnicodeSet()
713 sa->addRange(sa->set, 0, 0x7f); in _ASCIIGetUnicodeSet()
H A Ducnv_ct.cpp596 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 Ducnv_cnv.cpp39 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 Duset_imp.h52 USetAddRange *addRange; member
H A Dubidi_props.cpp78 sa->addRange(sa->set, c, c+1); in ubidi_addPropertyStarts()
H A Ducnv_ct.cpp596 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 Dblocklist.js72 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 DValidIdentifiers.java141 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 DValidIdentifiers.java152 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 DIndexRangeCache.h29 void addRange(DrawElementsType type,
H A DIndexRangeCache.cpp22 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 DDwarfFile.cpp127 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange() function in DwarfFile
H A DDwarfFile.h104 std::pair<uint32_t, RangeSpanList *> addRange(const DwarfCompileUnit &CU,
/third_party/node/lib/internal/modules/esm/
H A Dfetch_module.js227 allowList.addRange('127.0.0.1', '127.255.255.255');
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc227 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 DAArch64StackTagging.cpp96 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 DMemCpyOptimizer.cpp176 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

Completed in 16 milliseconds

123