Searched refs:lpStart (Results 1 - 7 of 7) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_personality.cpp45 | lpStart | (encoded with lpStartEncoding) | defaults to funcStart |
63 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
76 | | landingPad | (ULEB128) | offset relative to lpStart | |
619 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding); local
620 if (lpStart == 0)
621 lpStart = (const uint8_t*)funcStart;
668 landingPad = (uintptr_t)lpStart + landingPad;
1220 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
1221 (void)lpStart; // purposefully unused. Just needed to increment lsda.
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedNumberFormat.java1620 int lpStart = lp + specialName.length();
1621 while (lpStart < lpEnd &&
1622 PatternProps.isWhiteSpace(description.charAt(lpStart))) {
1623 ++lpStart;
1627 result = description.substring(lpStart, lpEnd);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java1656 int lpStart = lp + specialName.length();
1657 while (lpStart < lpEnd &&
1658 PatternProps.isWhiteSpace(description.charAt(lpStart))) {
1659 ++lpStart;
1663 result = description.substring(lpStart, lpEnd);
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp1401 int lpStart = lp + u_strlen(gLenientParse); local
1402 while (PatternProps::isWhiteSpace(description.charAt(lpStart))) {
1403 ++lpStart;
1414 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 222 milliseconds