OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf8_
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc
233
"private byte [] $name$
Utf8_
= null;\n"
237
" $name$
Utf8_
= null;\n"
243
" $name$
Utf8_
= null;\n"
294
" output.writeByteArray($number$, $name$
Utf8_
);\n"
310
" $name$
Utf8_
= $name$_.getBytes(\"UTF-8\");\n"
315
" .computeByteArraySize($number$, $name$
Utf8_
);\n"
352
"private java.util.Vector $name$
Utf8_
= new java.util.Vector();\n"
360
" $name$
Utf8_
= null;\n"
366
" $name$
Utf8_
= null;\n"
371
" $name$
Utf8_
= null;\n
[
all
...]
/external/libchrome/base/third_party/icu/
icu_utf.cc
32
* These are used by
UTF8_
..._SAFE macros so that they can return an error value
/external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.cc
32
* These are used by
UTF8_
..._SAFE macros so that they can return an error value
/build/tools/ijar/
classfile.cc
321
utf8_
(utf8) {}
326
put_n(p,
utf8_
, length_);
330
return std::string((const char*)
utf8_
, length_);
334
const u1 *
utf8_
;
member in struct:devtools_ijar::Constant_Utf8
[
all
...]
/external/expat/lib/
xmltok.c
412
STANDARD_VTABLE(sb_) NORMAL_VTABLE(
utf8_
)
424
STANDARD_VTABLE(sb_) NORMAL_VTABLE(
utf8_
)
435
STANDARD_VTABLE(sb_) NORMAL_VTABLE(
utf8_
)
448
STANDARD_VTABLE(sb_) NORMAL_VTABLE(
utf8_
)
[
all
...]
/external/icu/icu4c/source/common/unicode/
utf_old.h
68
* The old
UTF8_
..._SAFE macros also used some normal Unicode code points
70
* The new
UTF8_
macros without suffix use negative values instead.
136
* If a UTF-8 string is to be processed, then the macros with
UTF8_
prefixes need to be used.</p>
188
* These are used by
UTF8_
..._SAFE macros so that they can return an error value
[
all
...]
Completed in 543 milliseconds