Home
last modified time | relevance | path

Searched refs:stringStart (Results 1 – 10 of 10) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java599 int stringStart = requiredPrefix.length(); // skip prefix in addInternal() local
610 if (state != 'p' || stringStart >= i) { in addInternal()
613 if (stringStart > 0) { in addInternal()
614 addElement(xPath.substring(stringStart, i)); in addInternal()
616 stringStart = i + 1; in addInternal()
619 if (state != 'p' || stringStart >= i) { in addInternal()
622 if (stringStart > 0) { in addInternal()
623 addElement(xPath.substring(stringStart, i)); in addInternal()
631 stringStart = i + 1; in addInternal()
635 if (state != '@' || stringStart >= i) { in addInternal()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dusettest.c273 const char* stringStart = ++p; in expectContainment() local
279 stringLength = (int32_t)(p - stringStart - 1); in expectContainment()
280 strncpy(strCopy, stringStart, stringLength); in expectContainment()
283 u_charsToUChars(stringStart, ustr, stringLength); in expectContainment()
420 const char* stringStart = ++p; in expectItems() local
426 stringLength = (int32_t)(p - stringStart - 1); in expectItems()
427 strncpy(strCopy, stringStart, stringLength); in expectItems()
430 u_charsToUChars(stringStart, ustr, stringLength); in expectItems()
/external/python/setuptools/pkg_resources/_vendor/packaging/
Drequirements.py9 from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException
72 REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd
Dmarkers.py11 from pkg_resources.extern.pyparsing import ParseException, ParseResults, stringStart, stringEnd
138 MARKER = stringStart + MARKER_EXPR + stringEnd
/external/python/setuptools/setuptools/_vendor/packaging/
Drequirements.py9 from setuptools.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException
72 REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd
Dmarkers.py11 from setuptools.extern.pyparsing import ParseException, ParseResults, stringStart, stringEnd
138 MARKER = stringStart + MARKER_EXPR + stringEnd
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java563 IntWriter stringStart = new IntWriter(buf); in write()
566 stringStart.write(buf.position() - startPos); in write()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java2173 int stringStart = bufferPos(position) + minLengthVarIntSize; in writeStringNoTag() local
2174 buffer.position(stringStart); in writeStringNoTag()
2180 int length = buffer.position() - stringStart; in writeStringNoTag()
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4712 stringStart = StringStart().setName("stringStart") variable
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4712 stringStart = StringStart().setName("stringStart") variable