| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | regiontst.cpp | 345 RegionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument
|
| H A D | thcoll.cpp | 56 void CollationThaiTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() argument
|
| H A D | tfsmalls.cpp | 364 void TestFormatSmallClasses::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
| H A D | tzbdtest.cpp | 19 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
| /third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
| H A D | DateFmtPerf.cpp | 33 UPerfFunction* DateFormatPerfTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { in runIndexedTest() argument
|
| /third_party/icu/icu4c/source/test/perf/unisetperf/ |
| H A D | unisetperf.cpp | 410 UPerfFunction* UnicodeSetPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | normlzr.cpp | 300 Normalizer::setIndexOnly(int32_t index) { in setIndexOnly() argument
|
| H A D | ubrk.cpp | 268 ubrk_getAvailable(int32_t index) in ubrk_getAvailable() argument
|
| H A D | ucol_swp.cpp | 371 int32_t index; // one of the indexes[] slots in swapFormatVersion4() local [all...] |
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | RBGroupPanel.java | 432 public Object getElementAt(int index) { in getElementAt() argument 456 public Object getElementAt(int index) { in getElementAt() argument
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | Bundle.java | 303 public BundleItem getUntranslatedItem(int index) { in getUntranslatedItem() argument 338 public BundleGroup getBundleGroup(int index) { in getBundleGroup() argument
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| H A D | bignum.cc | 36 Bignum::Chunk& Bignum::RawBigit(const int index) { in RawBigit() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | FormattedStringBuilder.java | 76 public char charAt(int index) { in charAt() argument 82 public Object fieldAt(int index) { in fieldAt() argument 102 public int codePointAt(int index) { in codePointAt() argument 106 codePointBefore(int index) codePointBefore() argument 121 setAppendIndex(int index) setAppendIndex() argument 129 insertChar16(int index, char codeUnit, Object field) insertChar16() argument 151 insertCodePoint(int index, int codePoint, Object field) insertCodePoint() argument 175 insert(int index, CharSequence sequence, Object field) insert() argument 194 insert(int index, CharSequence sequence, int start, int end, Object field) insert() argument 253 insert(int index, char[] chars, Object[] fields) insert() argument 280 insert(int index, FormattedStringBuilder other) insert() argument 306 prepareForInsert(int index, int count) prepareForInsert() argument 325 prepareForInsertHelper(int index, int count) prepareForInsertHelper() argument 386 remove(int index, int count) remove() argument [all...] |
| H A D | Trie.java | 180 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() argument 276 getValue(int index) getValue() argument [all...] |
| H A D | TrieBuilder.java | 244 findSameIndexBlock(int index[], int indexLength, int otherBlock) findSameIndexBlock() argument [all...] |
| H A D | Norm2AllModes.java | 332 public static Normalizer2WithImpl getN2WithImpl(int index) { in getN2WithImpl() argument
|
| H A D | ICUResourceBundleImpl.java | 145 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/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | NFRuleSet.java | 105 public NFRuleSet(RuleBasedNumberFormat owner, String[] descriptions, int index) throws IllegalArgumentException { in NFRuleSet() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | CompactCharArray.java | 137 public char elementAt(char index) in elementAt() argument 153 setElementAt(char index, char value) setElementAt() argument [all...] |
| H A D | CompactByteArray.java | 136 public byte elementAt(char index) in elementAt() argument 151 setElementAt(char index, byte value) setElementAt() argument [all...] |
| H A D | UResourceBundle.java | 528 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/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | ScriptData.java | 234 public Record getRecord(int index) in getRecord() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationData.java | 74 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/icu4c/source/common/unicode/ |
| H A D | ucptrie.h | 62 const uint16_t *index; member
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationbuilder.h | 183 tempCEFromIndexAndStrength(int32_t index, int32_t strength) tempCEFromIndexAndStrength() argument [all...] |