/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CodePointMap.java | 19 * Selectors for how getRange() should report value ranges overlapping with surrogates. 22 * @see #getRange 27 * getRange() enumerates all same-value ranges as stored in the map. 34 * getRange() enumerates all same-value ranges as stored in the map, 36 * surrogateValue, which is passed to getRange() as a separate parameter. 51 * getRange() enumerates all same-value ranges as stored in the map, 53 * surrogateValue, which is passed to getRange() as a separate parameter. 71 * Optionally called by getRange(). 72 * The modified value will be returned by the getRange() function. 78 * @see #getRange 354 public abstract boolean getRange(int start, ValueFilter filter, Range range); getRange() method in CodePointMap 377 public boolean getRange(int start, RangeOption option, int surrogateValue, getRange() method in CodePointMap [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CodePointMap.java | 20 * Selectors for how getRange() should report value ranges overlapping with surrogates. 23 * @see #getRange 28 * getRange() enumerates all same-value ranges as stored in the map. 33 * getRange() enumerates all same-value ranges as stored in the map, 35 * surrogateValue, which is passed to getRange() as a separate parameter. 48 * getRange() enumerates all same-value ranges as stored in the map, 50 * surrogateValue, which is passed to getRange() as a separate parameter. 66 * Optionally called by getRange(). 67 * The modified value will be returned by the getRange() function. 73 * @see #getRange 332 public abstract boolean getRange(int start, ValueFilter filter, Range range); getRange() method in CodePointMap 354 public boolean getRange(int start, RangeOption option, int surrogateValue, getRange() method in CodePointMap [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 259 UChar32 getRange(const void *t, UChar32 start, in getRange() function 415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, in ucptrie_internalGetRange() argument 420 return getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange() 428 UChar32 end = getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange() 453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange() 464 return ucptrie_internalGetRange(getRange, trie, start, in ucptrie_getRange()
|
H A D | ucptrie_impl.h | 133 ucptrie_internalGetRange(UCPTrieGetRange *getRange,
|
H A D | umutablecptrie.cpp | 83 int32_t getRange(UChar32 start, UCPMapValueFilter *filter, const void *context, 295 UChar32 MutableCodePointTrie::getRange( in getRange() function in __anon3198::MutableCodePointTrie 1135 // Otherwise trie.getRange() would detect that the fast block starts at in compactData() 1804 UChar32 getRange(const void *trie, UChar32 start, in getRange() function 1807 getRange(start, filter, context, pValue); in getRange() 1816 return ucptrie_internalGetRange(getRange, trie, start, in umutablecptrie_getRange()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 259 UChar32 getRange(const void *t, UChar32 start, in getRange() function 415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, in ucptrie_internalGetRange() argument 420 return getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange() 428 UChar32 end = getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange() 453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange() 464 return ucptrie_internalGetRange(getRange, trie, start, in ucptrie_getRange()
|
H A D | ucptrie_impl.h | 133 ucptrie_internalGetRange(UCPTrieGetRange *getRange,
|
H A D | umutablecptrie.cpp | 83 int32_t getRange(UChar32 start, UCPMapValueFilter *filter, const void *context, 295 UChar32 MutableCodePointTrie::getRange( in getRange() function in __anon11850::MutableCodePointTrie 1135 // Otherwise trie.getRange() would detect that the fast block starts at in compactData() 1804 UChar32 getRange(const void *trie, UChar32 start, in getRange() function 1807 getRange(start, filter, context, pValue); in getRange() 1816 return ucptrie_internalGetRange(getRange, trie, start, in umutablecptrie_getRange()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 259 UChar32 getRange(const void *t, UChar32 start, in getRange() function 415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, in ucptrie_internalGetRange() argument 420 return getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange() 428 UChar32 end = getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange() 453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange() 464 return ucptrie_internalGetRange(getRange, trie, start, in ucptrie_getRange()
|
H A D | ucptrie_impl.h | 137 ucptrie_internalGetRange(UCPTrieGetRange *getRange,
|
H A D | umutablecptrie.cpp | 83 int32_t getRange(UChar32 start, UCPMapValueFilter *filter, const void *context, 295 UChar32 MutableCodePointTrie::getRange( in getRange() function in __anon21079::MutableCodePointTrie 1135 // Otherwise trie.getRange() would detect that the fast block starts at in compactData() 1804 UChar32 getRange(const void *trie, UChar32 start, in getRange() function 1807 getRange(start, filter, context, pValue); in getRange() 1816 return ucptrie_internalGetRange(getRange, trie, start, in umutablecptrie_getRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRangeSpec.cpp | 49 void getRange(const std::string &Token, uint32_t *First, uint32_t *Last) { in getRange() function 81 getRange(Token, &First, &Last); in record()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 128 return ValueLatticeElement::getRange(std::move(Range)); in intersect() 589 return ValueLatticeElement::getRange( in getFromRangeMetadata() 914 BBLV = ValueLatticeElement::getRange(ResultCR); in solveBlockValueSelect() 920 BBLV = ValueLatticeElement::getRange(TrueCR.abs()); in solveBlockValueSelect() 924 BBLV = ValueLatticeElement::getRange(FalseCR.abs()); in solveBlockValueSelect() 932 BBLV = ValueLatticeElement::getRange(Zero.sub(TrueCR.abs())); in solveBlockValueSelect() 936 BBLV = ValueLatticeElement::getRange(Zero.sub(FalseCR.abs())); in solveBlockValueSelect() 1060 BBLV = ValueLatticeElement::getRange(LHSRange.castOp(CI->getOpcode(), in solveBlockValueCast() 1081 BBLV = ValueLatticeElement::getRange(OpFn(LHSRange, RHSRange)); in solveBlockValueBinaryOpImpl() 1251 return ValueLatticeElement::getRange(st [all...] |
H A D | StackSafetyAnalysis.cpp | 220 ConstantRange getRange(uint64_t Lower, uint64_t Upper) const { in getRange() function in __anon23944::StackSafetyLocalAnalysis 258 ConstantRange SizeRange = getRange(0, AccessSize); in getAccessRange() 268 return getRange(0, 1); in getMemIntrinsicAccessRange() 271 return getRange(0, 1); in getMemIntrinsicAccessRange() 274 // Non-constant size => unsafe. FIXME: try SCEV getRange. in getMemIntrinsicAccessRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | ArgList.h | 142 OptRange getRange(std::initializer_list<OptSpecifier> Ids) const; 206 OptRange Range = getRange({toOptSpecifier(Ids)...}); in filtered() 217 OptRange Range = getRange({toOptSpecifier(Ids)...}); in filtered_reverse()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderHelperInvocationTests.cpp | 154 static Vec2 getRange (const glw::Functions& gl, deUint32 pname) in getRange() function 181 const Vec2 range = getRange(gl, glu::isContextTypeES(renderCtx.getType()) ? GL_ALIASED_POINT_SIZE_RANGE : GL_SMOOTH_POINT_SIZE_RANGE); in drawRandomPrimitives() 190 const Vec2 range = getRange(gl, GL_ALIASED_LINE_WIDTH_RANGE); in drawRandomPrimitives()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | USerializedSet.java | 102 public final boolean getRange(int rangeIndex, int[] range) { in getRange() method in USerializedSet
|
H A D | EmojiProps.java | 113 while (cpTrie.getRange(start, null, range)) { in addPropertyStarts()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | USerializedSet.java | 104 public final boolean getRange(int rangeIndex, int[] range) { in getRange() method in USerializedSet
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | SourceMgr.h | 214 SMRange getRange() const { return Range; } in getRange() function in llvm::SMFixIt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 131 static ValueLatticeElement getRange(ConstantRange CR) { in getRange() function in llvm::ValueLatticeElement
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 905 const MemoryRange& getRange (void) const { return m_range; } 1100 randomRanges(rng, ranges, rangeCount, *m_memory, m_mapping->getRange().offset, m_mapping->getRange().size, m_atomSize); 1113 randomRanges(rng, ranges, rangeCount, *m_memory, m_mapping->getRange().offset, m_mapping->getRange().size, m_atomSize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 248 SMRange getRange() const { return Range; } in getRange() function in llvm::SMFixIt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | ArgList.cpp | 58 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() function in ArgList
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CodePointTrieTest.java | 188 trie.getRange(start, option, surrValue, null, range) : in testTrieGetRanges() 189 trie.getRange(start, null, range); in testTrieGetRanges() 206 getRangeResult = trie.getRange(start, option, surrValue ^ 0x5555, testFilter, range); in testTrieGetRanges() 1007 // The initial builder+getRange code had a bug: in TestSmallNullBlockMatchesFast() 1010 // then getRange() got confused. in TestSmallNullBlockMatchesFast()
|