Searched refs:nameCount (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/test/intltest/
H A Dalphaindextst.cpp376 int32_t nameCount; local
377 for (nameCount=0; pinyinTestData[nameCount] != NULL; nameCount++) {
378 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape();
379 aindex.addRecord(names[nameCount], &names[nameCount], status);
385 TEST_ASSERT(nameCount == aindex.getRecordCount(status));
/external/stlport/test/unit/
H A Dadj_test.cpp72 const int nameCount = sizeof(names)/sizeof(names[0]); local
73 CStrVector v(nameCount);
74 for(int i = 0; i < nameCount; i++)
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.cpp49 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
55 for (int i = 0; i < nameCount; i++)
H A Dnpruntime_impl.h39 extern void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers);
H A Dnpruntime.h224 void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount,
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_impl.h48 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*);
H A Dnpruntime.cpp185 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
191 for (int i = 0; i < nameCount; i++)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFDocumentExtras.mm44 size_t nameCount = CGPDFArrayGetCount(names) / 2;
45 for (size_t i = 0; i < nameCount; ++i) {
/external/webkit/Source/WebKit/chromium/public/
H A DWebBindings.h77 WEBKIT_API static void getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*);
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp101 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
103 _NPN_GetStringIdentifiers(names, nameCount, identifiers);
/external/webkit/Source/WebCore/plugins/
H A Dnpfunctions.h81 typedef void (*NPN_GetStringIdentifiersProcPtr) (const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp589 static void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers) argument
597 for (int32_t i = 0; i < nameCount; ++i)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 658 milliseconds