Searched refs:typeStr (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/DumpRenderTree/mac/ |
D | AppleScriptController.m | 90 char typeStr[5]; 91 typeStr[0] = type >> 24; 92 typeStr[1] = type >> 16; 93 typeStr[2] = type >> 8; 94 typeStr[3] = type; 95 typeStr[4] = 0; 97 value = [NSString stringWithFormat:@"'%s'", typeStr];
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 658 String typeStr = r0[col]; in getColumns() local 659 int type = mapSqlType(typeStr); in getColumns() 662 row[6] = "" + getD(typeStr, type); in getColumns() 663 row[7] = "" + getM(typeStr, type); in getColumns() 1513 static int getM(String typeStr, int type) { in getM() argument 1525 typeStr = typeStr.toLowerCase(); in getM() 1526 int i1 = typeStr.indexOf('('); in getM() 1529 int i2 = typeStr.indexOf(',', i1); in getM() 1531 i2 = typeStr.indexOf(')', i1); in getM() 1534 String num = typeStr.substring(i1, i2); in getM() [all …]
|
/external/skia/src/core/ |
D | SkConcaveToTriangles.cpp | 571 const char *typeStr = NULL; in GetVertexTypeString() local 574 typeStr = "MONOTONE"; in GetVertexTypeString() 577 typeStr = "CONCAVE"; in GetVertexTypeString() 580 typeStr = "CONVEX"; in GetVertexTypeString() 583 return typeStr; in GetVertexTypeString()
|
/external/icu4c/i18n/ |
D | translit.cpp | 1515 const char* typeStr = ures_getKey(res); in initializeRegistry() local 1517 u_charsToUChars(typeStr, &type, 1); in initializeRegistry()
|