Searched defs:StringLength (Results 1 - 5 of 5) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | TreeMultimapExplicitTest.java | 43 private enum StringLength implements Comparator<String> { enum in class:TreeMultimapExplicitTest 70 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); 78 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); 94 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); 118 assertEquals(StringLength.COMPARATOR, multimap.keyComparator()); 175 TreeMultimap.create(StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); 178 assertEquals(StringLength.COMPARATOR, copy.keyComparator()); 188 assertEquals(StringLength.COMPARATOR, keySet.comparator());
|
H A D | OrderingTest.java | 312 StringLength; enum constant in enum:OrderingTest.StringLengthFunction 325 = Ordering.natural().onResultOf(StringLengthFunction.StringLength); 333 Ordering.natural().onResultOf(StringLengthFunction.StringLength)) 337 assertEquals("Ordering.natural().onResultOf(StringLength)", 343 StringLengthFunction.StringLength); 351 DECREASING_INTEGER.onResultOf(StringLengthFunction.StringLength)) 357 assertEquals("Ordering.natural().reverse().onResultOf(StringLength)",
|
/external/v8/src/ |
H A D | accessors.cc | 147 // Accessors::StringLength 161 const AccessorDescriptor Accessors::StringLength = { member in class:v8::internal::Accessors
|
/external/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 473 unsigned StringLength; member in struct:clang::MMToken 479 StringLength = 0; 490 return StringRef(StringData, StringLength); 575 Tok.StringLength = LToken.getLength(); 641 Tok.StringLength = Length;
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1984 unsigned &StringLength) { 1990 StringLength = NumBytes; 2006 StringLength = ToPtr - &ToBuf[0]; 2012 (StringLength + 1) * 2)); 2018 unsigned &StringLength) { 2020 StringLength = String.size(); 2026 unsigned StringLength = 0; local 2031 isUTF16, StringLength); 2109 Fields[3] = llvm::ConstantInt::get(Ty, StringLength); 2135 unsigned StringLength local 1980 GetConstantCFStringEntry(llvm::StringMap<llvm::Constant*> &Map, const StringLiteral *Literal, bool TargetIsLSB, bool &IsUTF16, unsigned &StringLength) argument 2016 GetConstantStringEntry(llvm::StringMap<llvm::Constant*> &Map, const StringLiteral *Literal, unsigned &StringLength) argument [all...] |
Completed in 870 milliseconds