Searched refs:typeLength (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol_res.cpp157 int32_t typeLength = locale.getKeywordValue("collation", type, LENGTHOF(type) - 1, errorCode); local
162 type[typeLength] = 0; // in case of U_NOT_TERMINATED_WARNING
177 if(typeLength == 0 || uprv_strcmp(type, "default") == 0) {
186 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) {
/macosx-10.10/WebCore-7600.1.25/bridge/objc/
H A Dobjc_utility.mm241 int typeLength = strlen(type);
244 for (int i = 0; i < typeLength; ++i) {
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m298 UInt32 typeLength = sizeof(type);
307 { kSecTypeItemAttr, typeLength, (UInt32 *)&type },
H A DDNSServiceDiscoveryPref.m895 UInt32 typeLength = sizeof(type);
898 { kSecTypeItemAttr, typeLength, (UInt32 *)&type } };

Completed in 257 milliseconds