HomeSort by relevance Sort by last modified time
    Searched refs:maxStringLength (Results 1 - 25 of 50) sorted by null

1 2

  /external/icu/icu4c/source/common/
bytestrieiterator.cpp 25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength,
30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength,
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
ucharstrieiterator.cpp 24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength,
30 maxLength_(maxStringLength), value_(0), stack_(NULL) {
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength,
52 maxLength_(maxStringLength), value_(0), stack_(NULL) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
naptypes.h 60 #define maxStringLength (1024)
62 #define maxStringLengthInBytes ((maxStringLength + 1) * sizeof(WCHAR))
  /external/curl/lib/
mk-ca-bundle.pl 490 my $maxStringLength = length(decode('UTF-8', $caname, Encode::FB_CROAK));
494 $maxStringLength = List::Util::max( length($string), $maxStringLength );
498 print CRT ("=" x $maxStringLength . "\n");
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 411 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
415 public Iterator iterator(int maxStringLength) {
416 return new Iterator(bytes_, pos_, remainingMatchLength_, maxStringLength);
423 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
427 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) {
428 return new Iterator(trieBytes, offset, -1, maxStringLength);
495 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
499 maxLength_=maxStringLength;
    [all...]
CharsTrie.java 379 * @param maxStringLength If 0, the iterator returns full strings.
383 public Iterator iterator(int maxStringLength) {
384 return new Iterator(chars_, pos_, remainingMatchLength_, maxStringLength);
391 * @param maxStringLength If 0, the iterator returns full strings.
395 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) {
396 return new Iterator(trieChars, offset, -1, maxStringLength);
420 private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) {
424 maxLength_=maxStringLength;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 433 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
438 public Iterator iterator(int maxStringLength) {
439 return new Iterator(bytes_, pos_, remainingMatchLength_, maxStringLength);
446 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
451 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) {
452 return new Iterator(trieBytes, offset, -1, maxStringLength);
526 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
530 maxLength_=maxStringLength;
    [all...]
CharsTrie.java 395 * @param maxStringLength If 0, the iterator returns full strings.
400 public Iterator iterator(int maxStringLength) {
401 return new Iterator(chars_, pos_, remainingMatchLength_, maxStringLength);
408 * @param maxStringLength If 0, the iterator returns full strings.
413 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) {
414 return new Iterator(trieChars, offset, -1, maxStringLength);
442 private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) {
446 maxLength_=maxStringLength;
    [all...]
  /external/icu/icu4c/source/common/unicode/
bytestrie.h 249 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
257 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
262 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
270 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
ucharstrie.h 263 * @param maxStringLength If 0, the iterator returns full strings.
271 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
276 * @param maxStringLength If 0, the iterator returns full strings.
284 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassReader.java 140 private final int maxStringLength;
218 maxStringLength = max;
230 char[] buf = new char[maxStringLength];
469 char[] c = new char[maxStringLength]; // buffer used to read strings
    [all...]
  /prebuilts/misc/common/asm/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.0/
asm-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8-runtime.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoagent.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 392 milliseconds

1 2