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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
naptypes.h 22 #define maxStringLength 0x400
23 #define maxStringLengthInBytes ((maxStringLength + 1) * sizeof(WCHAR))
  /external/icu/icu4c/source/common/
bytestrieiterator.cpp 23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength,
28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength,
50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
ucharstrieiterator.cpp 22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength,
28 maxLength_(maxStringLength), value_(0), stack_(NULL) {
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength,
50 maxLength_(maxStringLength), value_(0), stack_(NULL) {
  /external/v8/test/mjsunit/
debug-evaluate.js 90 // Test that the whole string text is returned if maxStringLength
94 '{"expression":"this.longString","global":true,"maxStringLength":-1}',
99 '{"expression":"this.longString","global":true,"maxStringLength":' +
106 '{"expression":"this.longString","global":true,"maxStringLength":0}',
111 '{"expression":"this.longString","global":true,"maxStringLength":1}',
  /external/curl/lib/
mk-ca-bundle.pl 440 my $maxStringLength = length($caname);
444 $maxStringLength = List::Util::max( length($string), $maxStringLength );
448 print CRT ("=" x $maxStringLength . "\n");
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 408 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
412 public Iterator iterator(int maxStringLength) {
413 return new Iterator(bytes_, pos_, remainingMatchLength_, maxStringLength);
420 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
424 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) {
425 return new Iterator(trieBytes, offset, -1, maxStringLength);
492 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
496 maxLength_=maxStringLength;
    [all...]
CharsTrie.java 376 * @param maxStringLength If 0, the iterator returns full strings.
380 public Iterator iterator(int maxStringLength) {
381 return new Iterator(chars_, pos_, remainingMatchLength_, maxStringLength);
388 * @param maxStringLength If 0, the iterator returns full strings.
392 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) {
393 return new Iterator(trieChars, offset, -1, maxStringLength);
417 private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) {
421 maxLength_=maxStringLength;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 430 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
435 public Iterator iterator(int maxStringLength) {
436 return new Iterator(bytes_, pos_, remainingMatchLength_, maxStringLength);
443 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
448 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) {
449 return new Iterator(trieBytes, offset, -1, maxStringLength);
523 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
527 maxLength_=maxStringLength;
    [all...]
CharsTrie.java 392 * @param maxStringLength If 0, the iterator returns full strings.
397 public Iterator iterator(int maxStringLength) {
398 return new Iterator(chars_, pos_, remainingMatchLength_, maxStringLength);
405 * @param maxStringLength If 0, the iterator returns full strings.
410 public static Iterator iterator(CharSequence trieChars, int offset, int maxStringLength) {
411 return new Iterator(trieChars, offset, -1, maxStringLength);
439 private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) {
443 maxLength_=maxStringLength;
    [all...]
  /external/icu/icu4c/source/common/unicode/
bytestrie.h 247 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
260 * @param maxStringLength If 0, the iterator returns full strings/byte sequences.
268 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
ucharstrie.h 261 * @param maxStringLength If 0, the iterator returns full strings.
269 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
274 * @param maxStringLength If 0, the iterator returns full strings.
282 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 135 private final int maxStringLength;
202 maxStringLength = max;
229 return readClass(header + 2, new char[maxStringLength]);
244 return n == 0 ? null : readUTF8(n, new char[maxStringLength]);
261 char[] buf = new char[maxStringLength];
277 char[] buf = new char[maxStringLength];
447 char[] c = new char[maxStringLength]; // buffer used to read strings
    [all...]
  /external/v8/src/debug/
debug.js     [all...]
mirrors.js     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.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/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 

Completed in 2393 milliseconds

1 2