Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dexpanding_braille_translator.js207 var valueStart = /** @type {number} */ (text.getSpanStart(value));
211 this.addRangesForSelection_(text, valueStart, valueEnd, result);
214 result.push({start: valueStart, end: valueEnd});
236 text, valueStart, valueEnd, outRanges) { argument
244 if (selectionStart < valueStart || selectionEnd > valueEnd) {
249 if (selectionStart > valueStart) {
253 if (selectionStart == selectionEnd && selectionStart > valueStart) {
269 text.toString(), expandPositions[i], valueStart, valueEnd);
Dbraille_input_handler.js159 var valueStart = /** @type {number} */ (text.getSpanStart(valueSpan));
164 if (selectionStart < valueStart || selectionEnd > valueEnd) {
172 valueStart, selectionStart);
/external/chromium_org/third_party/icu/source/tools/gendict/
Dgendict.cpp384 int32_t valueStart; in main() local
385 for (valueStart = keyLen; in main()
386 valueStart < fileLine.length() && u_isspace(fileLine[valueStart]); in main()
387 ++valueStart) {} in main()
389 if (keyLen < valueStart) { in main()
390 int32_t valueLength = fileLine.length() - valueStart; in main()
397 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp384 int32_t valueStart; in main() local
385 for (valueStart = keyLen; in main()
386 valueStart < fileLine.length() && u_isspace(fileLine[valueStart]); in main()
387 ++valueStart) {} in main()
389 if (keyLen < valueStart) { in main()
390 int32_t valueLength = fileLine.length() - valueStart; in main()
397 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp233 unsigned valueStart = currentData->range.start + currentData->name.length(); in fixUnparsedProperties() local
234 while (valueStart < propertyEnd && characters[valueStart] != ':') in fixUnparsedProperties()
235 ++valueStart; in fixUnparsedProperties()
236 if (valueStart < propertyEnd) in fixUnparsedProperties()
237 ++valueStart; // Shift past the ':'. in fixUnparsedProperties()
238 while (valueStart < propertyEnd && isHTMLSpace<CharacterType>(characters[valueStart])) in fixUnparsedProperties()
239 ++valueStart; in fixUnparsedProperties()
241 …currentData->value = String(characters + valueStart, propertyEnd - valueStart + (characters[proper… in fixUnparsedProperties()
/external/icu/icu4c/source/common/
Duloc.cpp609 const char *valueStart; member
703 keywordList[numKeywords].valueStart = equalSign; in _getKeywords()
751 keywordList[numKeywords].valueStart = addValue; in _getKeywords()
776 … uprv_strncpy(keywords+keywordsLen, keywordList[i].valueStart, keywordList[i].valueLen); in _getKeywords()
789 uprv_strcpy(values+valuesLen, keywordList[i].valueStart); in _getKeywords()
/external/chromium_org/third_party/icu/source/common/
Duloc.cpp609 const char *valueStart; member
703 keywordList[numKeywords].valueStart = equalSign; in _getKeywords()
751 keywordList[numKeywords].valueStart = addValue; in _getKeywords()
776 … uprv_strncpy(keywords+keywordsLen, keywordList[i].valueStart, keywordList[i].valueLen); in _getKeywords()
789 uprv_strcpy(values+valuesLen, keywordList[i].valueStart); in _getKeywords()
/external/expat/lib/
Dexpat.h754 XML_Index valueStart; /* Offset to beginning of the attribute value. */ member
Dxmlparse.c2769 currAttInfo->valueStart = parseEndByteIndex - in storeAtts()
/external/chromium_org/third_party/expat/files/lib/
Dexpat.h754 XML_Index valueStart; /* Offset to beginning of the attribute value. */ member
Dxmlparse.c2769 currAttInfo->valueStart = parseEndByteIndex - in storeAtts()