HomeSort by relevance Sort by last modified time
    Searched refs:maxStringLength (Results 1 - 25 of 27) 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/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-debugger.js     [all...]
mirror-debugger.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/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.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 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/vogar/lib/
mockito-all-1.8.5.jar 

Completed in 1083 milliseconds

1 2