HomeSort by relevance Sort by last modified time
    Searched full:segmentpos (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 493 * 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) {
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/
caniter.cpp 494 * 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) {
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/chromium_org/third_party/icu/source/common/unicode/
caniter.h 190 * See if the decomposition of cp2 is at segment starting at segmentPos
194 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
195 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
196 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/icu/icu4c/source/common/unicode/
caniter.h 192 * See if the decomposition of cp2 is at segment starting at segmentPos
196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);

Completed in 131 milliseconds