Searched refs:_to (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 3169 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local 3171 uint8_t* _to_nxt = _to; in do_out() 3172 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3174 to_nxt = to + (_to_nxt - _to); in do_out() 3186 uint16_t* _to = reinterpret_cast<uint16_t*>(to); in do_in() local 3188 uint16_t* _to_nxt = _to; in do_in() 3189 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3191 to_nxt = to + (_to_nxt - _to); in do_in() 3246 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local 3248 uint8_t* _to_nxt = _to; in do_out() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
D | ErrorPageErrorHandler.java | 194 private int _to; field in ErrorPageErrorHandler.ErrorCodeRange 204 _to = to; in ErrorCodeRange() 210 if ((value >= _from) && (value <= _to)) in isInRange() 226 return "from: " + _from + ",to: " + _to + ",uri: " + _uri; in toString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneNamesImpl.java | 559 private long _to; field in TimeZoneNamesImpl.MZMapEntry 564 _to = to; in MZMapEntry() 576 return _to; in to()
|