Home
last modified time | relevance | path

Searched refs:typeStr (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/mac/
DAppleScriptController.m90 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/icu4c/i18n/
Dtranslit.cpp1494 const char* typeStr = ures_getKey(res); in initializeRegistry() local
1496 u_charsToUChars(typeStr, &type, 1); in initializeRegistry()