HomeSort by relevance Sort by last modified time
    Searched defs:initSize (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/
hash.h 36 inline void initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode& status);
132 inline void Hashtable::initSize(UHashFunction *keyHash, UKeyComparator *keyComp,
163 initSize(ignoreKeyCase ? uhash_hashCaselessUnicodeString
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
StringTableBuilder.cpp 29 void StringTableBuilder::initSize() {
51 initSize();
138 initSize();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 391 int initSize = 0;
394 initSize = maxLength16;
396 offsets.setMaxLength(initSize);
660 int initSize = 0;
663 initSize = maxLength16;
665 offsets.setMaxLength(initSize);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 387 int initSize = 0;
390 initSize = maxLength16;
392 offsets.setMaxLength(initSize);
656 int initSize = 0;
659 initSize = maxLength16;
661 offsets.setMaxLength(initSize);
    [all...]
  /external/zxing/core/
core.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 510 milliseconds