Searched refs:FindName (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | unames.cpp | 102 } FindName; typedef 625 const char *otherName=((FindName *)context)->otherName; in enumGroupNames() 628 ((FindName *)context)->code=start; in enumGroupNames() 1524 FindName findName; in u_charFromName()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unames.cpp | 102 } FindName; typedef 625 const char *otherName=((FindName *)context)->otherName; in enumGroupNames() 628 ((FindName *)context)->code=start; in enumGroupNames() 1524 FindName findName; in u_charFromName()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 269 static base::Optional<uint32_t> FindName( in FindName() function 283 if (auto index = FindName(name, info)) T::IndexedGetter(*index, info); in NamedGetter() 288 if (auto index = FindName(name, info)) T::IndexedQuery(*index, info); in NamedQuery() 293 if (auto index = FindName(name, info)) T::IndexedDescriptor(*index, info); in NamedDescriptor()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unames.cpp | 102 } FindName; typedef 625 const char *otherName=((FindName *)context)->otherName; in enumGroupNames() 628 ((FindName *)context)->code=start; in enumGroupNames() 1524 FindName findName; in u_charFromName()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fontconfig.cpp | 634 static bool FindName(const SkTDArray<const char*>& list, const char* str) { 670 if (familyName && !FindName(names, familyName)) {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | SwapChainPanelNativeWindow_unittest.cpp | 185 MOCK_METHOD2_WITH_CALLTYPE(STDMETHODCALLTYPE, FindName, HRESULT(HSTRING, IInspectable **));
|
Completed in 13 milliseconds