Searched defs:segmentPos (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dcaniter.cpp493 * See if the decomposition of cp2 is at segment starting at segmentPos
497 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { argument
498 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
500 //if (PROGRESS) printf("%s, %i\n", UToS(Tr(segment)), segmentPos);
513 // See if it matches the start of segment (at segmentPos)
520 int32_t i = segmentPos;
567 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) {
/external/icu/icu4c/source/common/
H A Dcaniter.cpp494 * See if the decomposition of cp2 is at segment starting at segmentPos
498 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { argument
499 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
501 //if (PROGRESS) printf("%s, %i\n", UToS(Tr(segment)), segmentPos);
514 // See if it matches the start of segment (at segmentPos)
521 int32_t i = segmentPos;
568 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) {
/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 ...

Completed in 140 milliseconds