Searched defs:maxStringLength (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, argument
28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, argument
50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
H A Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, argument
28 maxLength_(maxStringLength), value_(0), stack_(NULL) {
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, argument
50 maxLength_(maxStringLength), value_(0), stack_(NULL) {
/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, argument
28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, argument
50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
H A Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, argument
28 maxLength_(maxStringLength), value_(0), stack_(NULL) {
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, argument
50 maxLength_(maxStringLength), value_(0), stack_(NULL) {
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java135 private final int maxStringLength; field in class:ClassReader
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
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 524 milliseconds