HomeSort by relevance Sort by last modified time
    Searched refs:StringLength (Results 1 - 13 of 13) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
TreeMultimapExplicitTest.java 43 private enum StringLength implements Comparator<String> {
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());
OrderingTest.java 312 StringLength;
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)",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 497 SQLRETURN SQL_API SQLColAttribute(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLUSMALLINT FieldIdentifier,SQLPOINTER CharacterAttribute,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLLEN *NumericAttribute);
499 SQLRETURN SQL_API SQLColAttribute(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLUSMALLINT FieldIdentifier,SQLPOINTER CharacterAttribute,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLPOINTER NumericAttribute);
527 SQLRETURN SQL_API SQLGetConnectAttr(SQLHDBC ConnectionHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
533 SQLRETURN SQL_API SQLGetDescField(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLSMALLINT FieldIdentifier,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
534 SQLRETURN SQL_API SQLGetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLCHAR *Name,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLSMALLINT *Type,SQLSMALLINT *SubType,SQLLEN *Length,SQLSMALLINT *Precision,SQLSMALLINT *Scale,SQLSMALLINT *Nullable);
535 SQLRETURN SQL_API SQLGetDiagField(SQLSMALLINT HandleType,SQLHANDLE Handle,SQLSMALLINT RecNumber,SQLSMALLINT DiagIdentifier,SQLPOINTER DiagInfo,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength);
537 SQLRETURN SQL_API SQLGetEnvAttr(SQLHENV EnvironmentHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
540 SQLRETURN SQL_API SQLGetInfo(SQLHDBC ConnectionHandle,SQLUSMALLINT InfoType,SQLPOINTER InfoValue,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength);
542 SQLRETURN SQL_API SQLGetStmtAttr(SQLHSTMT StatementHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
552 SQLRETURN SQL_API SQLSetConnectAttr(SQLHDBC ConnectionHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER StringLength);
    [all...]
winbase.h     [all...]
  /external/chromium_org/v8/src/
accessors.h 35 V(StringLength)
code-stubs.h 79 V(StringLength) \
966 virtual CodeStub::Major MajorKey() { return StringLength; }
    [all...]
api.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
acpiioct.h 59 ULONG StringLength;
111 ULONG StringLength;
  /art/runtime/mirror/
string.h 166 FRIEND_TEST(ObjectTest, StringLength); // for SetOffset and SetCount
object_test.cc 437 TEST_F(ObjectTest, StringLength) {
  /external/chromium_org/sandbox/win/src/
crosscall_client.h 152 return (!t_) ? 0 : static_cast<uint32>(StringLength(t_) * sizeof(t_[0]));
172 static size_t __cdecl StringLength(const wchar_t* wcs) {
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]

Completed in 495 milliseconds