Searched defs:typeStr (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dtranslit.cpp1515 const char* typeStr = ures_getKey(res); local
1517 u_charsToUChars(typeStr, &type, 1);
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp571 const char *typeStr = NULL; local
574 typeStr = "MONOTONE";
577 typeStr = "CONCAVE";
580 typeStr = "CONVEX";
583 return typeStr;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java658 String typeStr = r0[col];
659 int type = mapSqlType(typeStr);
662 row[6] = "" + getD(typeStr, type);
663 row[7] = "" + getM(typeStr, type);
1513 static int getM(String typeStr, int type) { argument
1525 typeStr = typeStr.toLowerCase();
1526 int i1 = typeStr.indexOf('(');
1529 int i2 = typeStr.indexOf(',', i1);
1531 i2 = typeStr
1544 getD(String typeStr, int type) argument
[all...]

Completed in 90 milliseconds