HomeSort by relevance Sort by last modified time
    Searched refs:handleReplaceBetween (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/unicode/
rep.h 9 * to use name "handleReplaceBetween" because
144 virtual void handleReplaceBetween(int32_t start,
  /external/chromium_org/third_party/icu/source/i18n/
remtrans.cpp 61 text.handleReplaceBetween(index.start, index.limit, empty);
strrepl.cpp 116 text.handleReplaceBetween(start, limit, output);
152 text.handleReplaceBetween(tempStart, tempStart, str);
172 text.handleReplaceBetween(destLimit, destLimit, buf);
185 text.handleReplaceBetween(destLimit, destLimit, buf);
197 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, EMPTY);
200 text.handleReplaceBetween(start + outLen, limit + outLen, EMPTY);
uni2name.cpp 102 text.handleReplaceBetween(cursor, cursor+clen, str);
brktrans.cpp 126 text.handleReplaceBetween(boundary, boundary, fInsertion);
casetrn.cpp 178 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
nortrans.cpp 125 text.handleReplaceBetween(start, limit, normalized);
159 text.handleReplaceBetween(prev, start, normalized);
titletrn.cpp 153 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
esctrn.cpp 165 text.handleReplaceBetween(start, start + charLen, buf);
name2uni.cpp 201 text.handleReplaceBetween(openPos, cursor, str);
utrans.cpp 50 virtual void handleReplaceBetween(int32_t start,
109 void ReplaceableGlue::handleReplaceBetween(int32_t start,
  /external/icu4c/common/unicode/
rep.h 9 * to use name "handleReplaceBetween" because
144 virtual void handleReplaceBetween(int32_t start,
  /external/icu4c/samples/translit/answers/
unaccent.cpp 50 text.handleReplaceBetween(index.start, index.start+1, str);
  /external/icu4c/samples/translit/
unaccent.cpp 52 text.handleReplaceBetween(index.start, index.start+1, str);
  /external/icu4c/i18n/
strrepl.cpp 115 text.handleReplaceBetween(start, limit, output);
151 text.handleReplaceBetween(tempStart, tempStart, str);
171 text.handleReplaceBetween(destLimit, destLimit, buf);
184 text.handleReplaceBetween(destLimit, destLimit, buf);
196 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString());
199 text.handleReplaceBetween(start + outLen, limit + outLen, UnicodeString());
remtrans.cpp 62 text.handleReplaceBetween(index.start, index.limit, empty);
uni2name.cpp 103 text.handleReplaceBetween(cursor, cursor+clen, str);
brktrans.cpp 126 text.handleReplaceBetween(boundary, boundary, fInsertion);
casetrn.cpp 180 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
nortrans.cpp 126 text.handleReplaceBetween(start, limit, normalized);
160 text.handleReplaceBetween(prev, start, normalized);
titletrn.cpp 154 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
name2uni.cpp 203 text.handleReplaceBetween(openPos, cursor, str);
utrans.cpp 50 virtual void handleReplaceBetween(int32_t start,
109 void ReplaceableGlue::handleReplaceBetween(int32_t start,
  /external/chromium_org/third_party/icu/source/test/intltest/
reptest.cpp 145 virtual void handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) {
196 virtual void handleReplaceBetween(int32_t /*start*/, int32_t /*limit*/, const UnicodeString &/*text*/) {
  /external/icu4c/test/intltest/
reptest.cpp 145 virtual void handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) {
196 virtual void handleReplaceBetween(int32_t /*start*/, int32_t /*limit*/, const UnicodeString &/*text*/) {

Completed in 1716 milliseconds

1 2