Home
last modified time | relevance | path

Searched refs:attName (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp242 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile() local
250 if(attName==UNICODE_STRING("encoding", 8)) { in parseFile()
497 UnicodeString attName = mAttrValue.group(1, status); in createElement() local
524 el->fAttNames.addElement((void *)intern(attName, status), status); in createElement()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp242 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile() local
250 if(attName==UNICODE_STRING("encoding", 8)) { in parseFile()
497 UnicodeString attName = mAttrValue.group(1, status); in createElement() local
524 el->fAttNames.addElement((void *)intern(attName, status), status); in createElement()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp242 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile() local
250 if(attName==UNICODE_STRING("encoding", 8)) { in parseFile()
497 UnicodeString attName = mAttrValue.group(1, status); in createElement() local
524 el->fAttNames.addElement((void *)intern(attName, status), status); in createElement()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2849 const std::string attName = (used ? "color" : "unused" + std::to_string(refIdx)); in initPrograms() local
2850 fragOutputLocationStream << "layout(location=" << refIdx << ") out ${OUT_COLOR_VTYPE} " << attName << ";\n"; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3452 const std::string attName = (used ? "color" : "unused" + std::to_string(refIdx)); in initPrograms() local
3461 fragOutputLocationStream << "layout(location=" << refIdx << indexDecl << ") out ${OUT_COLOR_VTYPE} " << attName << nameSuffix << ";\n"; in initPrograms()

Completed in 27 milliseconds