/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessagePatternUtil.java | 104 MessageContentsNode lastNode = list.get(list.size() - 1); in addContentsNode()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | Collator.java | 84 * increases the size of the collation key. 1015 return sink.values.toArray(new String[sink.values.size()]); in getKeywordValuesForLocale() 1290 * the internal byte array will be grown to the exact required size.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BasicTimeZone.java | 366 TimeZoneRule[] rules = filteredRules.toArray(new TimeZoneRule[filteredRules.size()]); in getTimeZoneRules()
|
/third_party/icu/icu4c/source/common/ |
H A D | loadednormalizer2impl.cpp | 59 pInfo->size>=20 && in isAcceptable()
|
H A D | ubidiimp.h | 12 * tab size: 8 (not used) 249 int32_t size; /* number of points used */ member
|
/third_party/FreeBSD/sys/arm/arm/ |
H A D | in_cksum_arm.S | 86 #define _LEND(x) .size x, . - x; _FNEND
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_config.c | 67 .size = 0
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | WriteCharts.java | 103 String[] results = new String[set.size()]; in getAllScripts()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuTextWriter.java | 205 if (values.size() == 1 && !mustBeArray(true, icuDataName, rbPath)) { in appendValues()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | WriteCharts.java | 100 String[] results = new String[set.size()]; in getAllScripts()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessagePatternUtil.java | 101 MessageContentsNode lastNode = list.get(list.size() - 1); in addContentsNode()
|
H A D | ListFormatter.java | 497 // negative or greater than or equal to the size of items then this function returns -1 for 501 int count = items.size(); in formatImpl()
|
H A D | Collator.java | 85 * increases the size of the collation key. 976 return sink.values.toArray(new String[sink.values.size()]); in getKeywordValuesForLocale() 1239 * the internal byte array will be grown to the exact required size.
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | StatisticsTool.java | 292 ArrayList reversed = new ArrayList(statKeys.size()); in collectStatistics()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleDistance.java | 546 assert paradigmLSRs.size() <= 15; in isParadigmLSR()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | CanonGSUBBuilder.java | 367 int markCount = markSet.size(); in buildCombiningClassTable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | BasicTimeZone.java | 355 TimeZoneRule[] rules = filteredRules.toArray(new TimeZoneRule[filteredRules.size()]); in getTimeZoneRules()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 322 * Increases the object size a bit. 486 * have the same size, and every member of the specified set is 787 virtual int32_t size(void) const; 1075 * @return an index from 0..size()-1, or -1 1091 * @param index an index from 0..size()-1 1492 * @param destCapacity size of dest, or zero. Must not be negative.
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationdatareader.cpp | 140 // the data size. in read() 461 pInfo->size >= 20 && in isAcceptable()
|
H A D | collationdatawriter.cpp | 176 reorderCodesLength = codesAndRanges.size(); in write() 196 // We add to the header size here. in write() 254 // The trie size should be a multiple of 8 bytes due to the way in write()
|
H A D | cpdtrans.cpp | 198 count = list.size(); in init()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 35 \Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
|
H A D | unw_get_proc_info.tex | 62 \item[\Type{int} \Var{unwind\_info\_size}] The size of the unwind-info
|
/third_party/libunwind/libunwind/include/ |
H A D | dwarf.h | 318 unw_word_t args_size; /* size of arguments */ 408 extern int dwarf_callback (struct dl_phdr_info *info, size_t size, void *ptr);
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 180 unsigned int size; member
|