Home
last modified time | relevance | path

Searched defs:index (Results 1176 - 1200 of 3886) sorted by relevance

1...<<41424344454647484950>>...156

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNorm2AllModes.java332 public static Normalizer2WithImpl getN2WithImpl(int index) { in getN2WithImpl() argument
H A DICUResourceBundleImpl.java145 public String getString(int index) { in getString() argument
156 protected int getContainerResource(int index) { in getContainerResource() argument
159 protected UResourceBundle createBundleObject(int index, String resKey, HashMap<String, String> aliasesVisited, in createBundleObject() argument
205 protected UResourceBundle handleGet(int index, HashMap<String, String> aliasesVisited, in handleGet() argument
219 getKey(int index) getKey() argument
242 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptData.java234 public Record getRecord(int index) in getRecord() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationData.java74 int getCE32FromContexts(int index) { in getCE32FromContexts() argument
453 addLowScriptRange(short[] table, int index, int lowStart) addLowScriptRange() argument
464 addHighScriptRange(short[] table, int index, int highLimit) addHighScriptRange() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DUResourceBundle.java528 public String getString(int index) { in getString() argument
544 get(int index) get() argument
571 findTopLevel(int index) findTopLevel() argument
778 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Ducptrie.h62 const uint16_t *index; member
H A Dedits.h418 int32_t index, length; global() member
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.h183 tempCEFromIndexAndStrength(int32_t index, int32_t strength) tempCEFromIndexAndStrength() argument
[all...]
H A Ddouble-conversion-bignum.cpp50 Bignum::Chunk& Bignum::RawBigit(const int index) { in RawBigit() argument
[all...]
H A Dformatted_string_builder.cpp150 FormattedStringBuilder::insertCodePoint(int32_t index, UChar32 codePoint, Field field, UErrorCode &status) { in insertCodePoint() argument
167 int32_t FormattedStringBuilder::insert(int32_t index, const UnicodeString &unistr, Field field, in insert() argument
181 FormattedStringBuilder::insert(int32_t index, cons argument
227 insert(int32_t index, const FormattedStringBuilder &other, UErrorCode &status) insert() argument
261 prepareForInsert(int32_t index, int32_t count, UErrorCode &status) prepareForInsert() argument
286 prepareForInsertHelper(int32_t index, int32_t count, UErrorCode &status) prepareForInsertHelper() argument
359 remove(int32_t index, int32_t count) remove() argument
[all...]
H A Dcollationfastlatin.cpp861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() local
870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() local
H A Dcollationdatareader.cpp89 int32_t index; // one of the indexes[] slots in read() local
[all...]
H A Dcpdtrans.cpp478 void CompoundTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index, in handleTransliterate() argument
[all...]
H A Dnumber_formatimpl.cpp511 writeNumber(const MicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeNumber() argument
576 writeIntegerDigits(const MicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeIntegerDigits() argument
608 writeFractionDigits(const MicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeFractionDigits() argument
[all...]
H A Drepattrn.cpp822 int index; in dumpPattern() local
[all...]
H A Dscriptset.cpp64 uint32_t index = script / 32; in test() local
78 uint32_t index = script / 32; in set() local
92 uint32_t index = script / 32; in reset() local
/third_party/icu/icu4c/source/common/
H A Dustrenum.cpp286 int32_t index, count; member
H A Duvector.cpp126 void UVector::setElementAt(void* obj, int32_t index) { in setElementAt() argument
140 void UVector::setElementAt(int32_t elem, int32_t index) { in setElementAt() argument
149 insertElementAt(void* obj, int32_t index, UErrorCode &status) insertElementAt() argument
167 insertElementAt(int32_t elem, int32_t index, UErrorCode &status) insertElementAt() argument
235 removeElementAt(int32_t index) removeElementAt() argument
418 orphanElementAt(int32_t index) orphanElementAt() argument
[all...]
/third_party/libuv/src/win/
H A Dpoll.c240 int index, i; in uv__fast_poll_get_peer_socket() local
/third_party/libunwind/libunwind/src/
H A Delfxx.c194 lzma_index *index; in xz_uncompressed_size() local
/third_party/libsnd/src/
H A Ddwvw.c45 { int index, end ; member
[all...]
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect3.c47 size_t index = 0; in get_dns_res() local
97 size_t index = 0; in sort_dns() local
/third_party/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp55 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UInt32 &res) in ReadNumberOfStreams() argument
68 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, bool &res) in ReadIsAssignedProp() argument
453 const int index = FindMethod_Index(EXTERNAL_CODECS_LOC_VARS methodId, encode); in CreateCoder_Id() local
424 CreateCoder_Index( DECL_EXTERNAL_CODECS_LOC_VARS unsigned index, bool encode, CCreatedCoder &cod) CreateCoder_Index() argument
H A DMultiOutStream.cpp183 FString CMultiOutStream::GetFilePath(unsigned index) in GetFilePath() argument
195 HRESULT CMultiOutStream::CloseStream(unsigned index) in CloseStream() argument
210 HRESULT CMultiOutStream::CloseStream_and_DeleteFile(unsigned index) in CloseStream_and_DeleteFile() argument
224 CloseStream_and_FinalRename(unsigned index) CloseStream_and_FinalRename() argument
270 const int index = Head; PrepareToOpenNew() local
303 const unsigned index = Streams.Add(s); CreateNewStream() local
406 OptReOpen_and_SetSize(unsigned index, UInt64 size) OptReOpen_and_SetSize() argument
813 unsigned index = GetStreamIndex_for_Offset(b, offset); SetRestriction() local
[all...]
H A DMultiOutStream.h65 void InsertToLinkedList(unsigned index) in InsertToLinkedList() argument
83 void RemoveFromLinkedList(unsigned index) in RemoveFromLinkedList() argument
[all...]

Completed in 19 milliseconds

1...<<41424344454647484950>>...156