Home
last modified time | relevance | path

Searched refs:valueStart (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp353 int32_t valueStart; in main() local
354 for (valueStart = keyLen; in main()
355 valueStart < fileLine.length() && u_isspace(fileLine[valueStart]); in main()
356 ++valueStart) {} in main()
358 if (keyLen < valueStart) { in main()
359 int32_t valueLength = fileLine.length() - valueStart; in main()
366 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp353 int32_t valueStart; in main() local
354 for (valueStart = keyLen; in main()
355 valueStart < fileLine.length() && u_isspace(fileLine[valueStart]); in main()
356 ++valueStart) {} in main()
358 if (keyLen < valueStart) { in main()
359 int32_t valueLength = fileLine.length() - valueStart; in main()
366 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp353 int32_t valueStart; in main() local
354 for (valueStart = keyLen; in main()
355 valueStart < fileLine.length() && u_isspace(fileLine[valueStart]); in main()
356 ++valueStart) {} in main()
358 if (keyLen < valueStart) { in main()
359 int32_t valueLength = fileLine.length() - valueStart; in main()
366 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
/third_party/css-what/src/
Dparse.ts407 const valueStart = selectorIndex; constant
422 selector.slice(valueStart, selectorIndex)
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duloc.cpp635 const char *valueStart; member
729 keywordList[numKeywords].valueStart = equalSign; in _getKeywords()
777 keywordList[numKeywords].valueStart = addValue; in _getKeywords()
802 … uprv_strncpy(keywords+keywordsLen, keywordList[i].valueStart, keywordList[i].valueLen); in _getKeywords()
815 uprv_strcpy(values+valuesLen, keywordList[i].valueStart); in _getKeywords()
/third_party/skia/third_party/externals/icu/source/common/
Duloc.cpp584 const char *valueStart; member
667 keywordList[numKeywords].valueStart = equalSign; in ulocimp_getKeywords()
705 sink.Append(keywordList[i].valueStart, keywordList[i].valueLen); in ulocimp_getKeywords()
/third_party/icu/icu4c/source/common/
Duloc.cpp584 const char *valueStart; member
667 keywordList[numKeywords].valueStart = equalSign; in ulocimp_getKeywords()
705 sink.Append(keywordList[i].valueStart, keywordList[i].valueLen); in ulocimp_getKeywords()
/third_party/node/deps/icu-small/source/common/
Duloc.cpp593 const char *valueStart; member
676 keywordList[numKeywords].valueStart = equalSign; in ulocimp_getKeywords()
714 sink.Append(keywordList[i].valueStart, keywordList[i].valueLen); in ulocimp_getKeywords()
/third_party/python/Modules/expat/
Dexpat.h745 XML_Index valueStart; /* Offset to beginning of the attribute value. */ member
Dxmlparse.c3307 currAttInfo->valueStart = parser->m_parseEndByteIndex in storeAtts()
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h745 XML_Index valueStart; /* Offset to beginning of the attribute value. */ member
Dxmlparse.c3315 currAttInfo->valueStart = parser->m_parseEndByteIndex in storeAtts()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp2187 const int valueStart = (m_isSigned ? (-width / 2) : 0); in ImageExtendOperandTestInstance() local
2192 const tcu::IVec4 color(valueStart + x, valueStart + y, valueStart, valueStart); in ImageExtendOperandTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageLoadStoreTests.cpp2187 const int valueStart = (m_isSigned ? (-width / 2) : 0); in ImageExtendOperandTestInstance() local
2192 const tcu::IVec4 color(valueStart + x, valueStart + y, valueStart, valueStart); in ImageExtendOperandTestInstance()