/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | UnicodeMap.java | 238 private void _removeAt(int index, int count) { in _removeAt() argument 252 _insertGapAt(int index, int count) _insertGapAt() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Utility.java | 1215 parsePattern(String pat, Replaceable text, int index, int limit) parsePattern() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | AlphabeticIndex.java | 206 getBucket(int index) getBucket() argument [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 455 void remove(int index) { in remove() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | usprep.cpp | 410 int32_t index = (int32_t)type; in usprep_openByType() local 546 int32_t index, length; in usprep_map() local [all...] |
H A D | uset.cpp | 273 uset_charAt(const USet* set, int32_t index) { in uset_charAt() argument
|
H A D | utext.cpp | 41 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 111 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex() argument 349 utext_next32From(UText *ut, int64_t index) utext_next32From() argument 378 utext_previous32From(UText *ut, int64_t index) utext_previous32From() argument 732 pinIndex(int64_t &index, int64_t limit) pinIndex() argument 936 utf8TextAccess(UText *ut, int64_t index, UBool forward) utf8TextAccess() argument [all...] |
H A D | utrie2.h | 655 const uint16_t *index; global() member [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | listformatter.cpp | 650 format( const UnicodeString items[], int32_t nItems, UnicodeString& appendTo, int32_t index, int32_t &offset, UErrorCode& errorCode) const format() argument
|
H A D | csrsbcs.cpp | 42 int32_t index = 0; in search() local [all...] |
H A D | nfrs.cpp | 136 NFRuleSet::NFRuleSet(RuleBasedNumberFormat *_owner, UnicodeString* descriptions, int32_t index, UErrorCode& status) in NFRuleSet() argument
|
/third_party/libsnd/src/ |
H A D | caf.c | 908 { uint32_t index ; member
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
H A D | gfx10addrlib.cpp | 257 const UINT_32 index = m_xmaskBaseIndex; in HwlComputeHtileInfo() local 375 const UINT_32 index = m_xmaskBaseIndex + fmaskElemLog2; in HwlComputeCmaskInfo() local 521 UINT_32 index = m_dccBaseIndex + elemLog2; in HwlComputeDccInfo() local 608 const UINT_32 index = m_xmaskBaseIndex + fmaskElemLog2; HwlComputeCmaskAddrFromCoord() local 678 const UINT_32 index = m_xmaskBaseIndex + numSampleLog2; HwlComputeHtileAddrFromCoord() local 778 UINT_32 index = m_dccBaseIndex + elemLog2; HwlComputeDccAddrFromCoord() local [all...] |
/third_party/mesa3d/src/amd/addrlib/src/gfx11/ |
H A D | gfx11addrlib.cpp | 258 const UINT_32 index = m_htileBaseIndex; in HwlComputeHtileInfo() local 390 UINT_32 index = m_dccBaseIndex + elemLog2; in HwlComputeDccInfo() local 464 const UINT_32 index = m_htileBaseIndex + numSampleLog2; HwlComputeHtileAddrFromCoord() local 564 UINT_32 index = m_dccBaseIndex + elemLog2; HwlComputeDccAddrFromCoord() local [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.cpp | 407 CNum index = 0;
in WriteSubStreamsInfo() local 917 void CUInt32DefVector::SetItem(unsigned index, bool defined, UInt32 value)
in SetItem() argument 929 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value)
in SetItem() argument 943 unsigned index = Files.Size(); AddFile() local [all...] |
H A D | 7zEncode.cpp | 50 UInt32 index = numOut + j;
in InitBindConv() local
|
H A D | 7zHandlerOut.cpp | 300 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, unsigned index, PROPID propID, UInt64 &ft, bool &ftDefined)
in GetTime() argument 828 const unsigned index = ParseStringToUInt32(srcString, coder);
in ParseBond() local 836 const unsigned index = ParseStringToUInt32(srcString, stream);
in ParseBond() local 965 const unsigned index = ParseStringToUInt32(name, number);
in SetProperty() local [all...] |
H A D | 7zHandler.cpp | 282 static void SetFileTimeProp_From_UInt64Def(PROPVARIANT *prop, const CUInt64DefVector &v, unsigned index)
in SetFileTimeProp_From_UInt64Def() argument 342 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
in GetRawProp() argument 565 GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) GetProperty() argument 765 const unsigned index = ParseStringToUInt32(name, number); SetProperties() local [all...] |
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.cpp | 550 int index = FindPropIdExact(name);
in SetParam() local 636 const int index = FindPropIdExact(realName);
in ParseParamsFromPROPVARIANT() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_debug.c | 246 unsigned index = reg_dw >> 28; in ac_parse_set_reg_packet() local
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 149 Z7_COM7F_IMF(CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index,
in GetUpdateItemInfo() argument 244 Z7_COM7F_IMF(CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType))
in GetRawProp() argument 357 Z7_COM7F_IMF(CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value))
in GetProperty() argument 551 GetStream2(UInt32 index, ISequentialInStream **inStream, UInt32 mode) GetStream2() argument 759 GetStream(UInt32 index, ISequentialInStream **inStream) GetStream() argument 769 ReportOperation(UInt32 indexType, UInt32 index, UInt32 op) ReportOperation() argument 829 ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRes) ReportExtractResult() argument 929 GetVolumeSize(UInt32 index, UInt64 *size) GetVolumeSize() argument 939 GetVolumeStream(UInt32 index, ISequentialOutStream **volumeStream) GetVolumeStream() argument 982 const UInt32 index = (UInt32)val; InFileStream_On_Error() local 1009 const UInt32 index = (UInt32)val; InFileStream_On_Destroy() local [all...] |
/third_party/lzma/CPP/Common/ |
H A D | MyString.cpp | 398 void AString::InsertSpace(unsigned &index, unsigned size)
in InsertSpace() argument 833 void AString::Insert(unsigned index, const char *s)
in Insert() argument 844 void AString::Insert(unsigned index, cons argument 926 Delete(unsigned index) Delete() argument 932 Delete(unsigned index, unsigned count) Delete() argument 996 InsertSpace(unsigned index, unsigned size) InsertSpace() argument 1475 Insert(unsigned index, const wchar_t *s) Insert() argument 1486 Insert(unsigned index, const UString &s) Insert() argument 1568 Delete(unsigned index) Delete() argument 1574 Delete(unsigned index, unsigned count) Delete() argument [all...] |
H A D | MyString.h | 476 void DeleteFrom(unsigned index)
in DeleteFrom() argument 484 DeleteFrom(int index) DeleteFrom() argument 760 Delete(int index) Delete() argument 765 DeleteFrom(int index) DeleteFrom() argument 766 DeleteFrom(unsigned index) DeleteFrom() argument [all...] |
/third_party/mbedtls/library/ |
H A D | bignum_core.c | 597 mbedtls_mpi_core_ct_uint_table_lookup(mbedtls_mpi_uint *dest, const mbedtls_mpi_uint *table, size_t limbs, size_t count, size_t index) mbedtls_mpi_core_ct_uint_table_lookup() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtins.c | 750 uint32_t index = (uint32_t) (curr_property_p - property_list_p); in ecma_builtin_try_to_instantiate_property() local 1037 ecma_length_t index = 0; in ecma_builtin_list_lazy_property_names() local
|