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

  /external/stlport/test/unit/
codecvt_test.cpp 63 const char* ebegin, const char* eend, const char*& ecur,
69 while (ecur != eend) {
76 if (ecur == eend) {
117 const char *efrom, const char *eend, size_t m) const {
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
156 const char* ebegin, const char* eend, const char*& ecur,
179 while (ecur != eend) {
186 if (ecur == eend) {
237 const char *efrom, const char *eend, size_t m) const {
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 63 const char* ebegin, const char* eend, const char*& ecur,
69 while (ecur != eend) {
76 if (ecur == eend) {
117 const char *efrom, const char *eend, size_t m) const {
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
156 const char* ebegin, const char* eend, const char*& ecur,
179 while (ecur != eend) {
186 if (ecur == eend) {
237 const char *efrom, const char *eend, size_t m) const {
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur)
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 63 const char* ebegin, const char* eend, const char*& ecur,
69 while (ecur != eend) {
76 if (ecur == eend) {
117 const char *efrom, const char *eend, size_t m) const {
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
156 const char* ebegin, const char* eend, const char*& ecur,
179 while (ecur != eend) {
186 if (ecur == eend) {
237 const char *efrom, const char *eend, size_t m) const {
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur)
    [all...]
  /external/fonttools/Lib/fontTools/
t1Lib.py 319 eEnd = data.find(EEXECEND, eBegin)
320 if eEnd < 0:
322 cypherText = data[eBegin:eEnd + 2]
331 data = data[eEnd:]