HomeSort by relevance Sort by last modified time
    Searched refs:eater_codecvt (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
codecvt_test.cpp 55 struct eater_codecvt : public codecvt<char, char, mbstate_t> { struct in inherits:codecvt
58 explicit eater_codecvt(size_t refs = 0) : base(refs) {} function in struct:eater_codecvt
136 locale::id eater_codecvt::id;
138 locale::id& _GetFacetId(const eater_codecvt*)
139 { return eater_codecvt::id; }
309 eater_codecvt codec(1);
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 55 struct eater_codecvt : public codecvt<char, char, mbstate_t> { struct in inherits:codecvt
58 explicit eater_codecvt(size_t refs = 0) : base(refs) {} function in struct:eater_codecvt
136 locale::id eater_codecvt::id;
138 locale::id& _GetFacetId(const eater_codecvt*)
139 { return eater_codecvt::id; }
310 eater_codecvt codec(1);
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 55 struct eater_codecvt : public codecvt<char, char, mbstate_t> { struct in inherits:codecvt
58 explicit eater_codecvt(size_t refs = 0) : base(refs) {} function in struct:eater_codecvt
136 locale::id eater_codecvt::id;
138 locale::id& _GetFacetId(const eater_codecvt*)
139 { return eater_codecvt::id; }
310 eater_codecvt codec(1);

Completed in 1398 milliseconds