OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strcmp16
(Results
1 - 8
of
8
) sorted by null
/system/core/include/utils/
String16.h
203
return
strcmp16
(mString, other) < 0;
208
return
strcmp16
(mString, other) <= 0;
213
return
strcmp16
(mString, other) == 0;
218
return
strcmp16
(mString, other) != 0;
223
return
strcmp16
(mString, other) >= 0;
228
return
strcmp16
(mString, other) > 0;
Unicode.h
26
int
strcmp16
(const char16_t *, const char16_t *);
40
// equivalent result as
strcmp16
(unlike strncmp16).
/frameworks/base/tools/aapt/
ResourceTable.cpp
437
if (
strcmp16
(block.getElementName(&len), enum16.string()) == 0) {
439
} else if (
strcmp16
(block.getElementName(&len), flag16.string()) == 0) {
541
if (
strcmp16
(block.getElementName(&len), attr16.string()) == 0) {
545
if (
strcmp16
(block.getElementName(&len), enum16.string()) != 0) {
552
if (
strcmp16
(block.getElementName(&len), flag16.string()) != 0) {
725
if (
strcmp16
(String16("default").string(), product.string()) != 0) {
745
} else if (
strcmp16
(String16("default").string(), product.string()) == 0 &&
864
if (
strcmp16
(block.getElementName(&len), resources16.string()) != 0) {
[
all
...]
Resource.cpp
253
if (
strcmp16
(block.getElementName(&len), String16("manifest").string()) != 0) {
278
if (
strcmp16
(block.getElementName(&len), uses_sdk16.string()) == 0) {
[
all
...]
XMLNode.cpp
327
if (
strcmp16
(inXml->getElementName(&len), endTag.string()) != 0) {
344
if (
strcmp16
(inXml->getElementName(&len), spanTag.string()) != 0) {
[
all
...]
/system/core/libutils/
Unicode.cpp
206
int
strcmp16
(const char16_t *s1, const char16_t *s2)
function
/external/v8/test/cctest/
test-api.cc
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
449
// on
strcmp16
()).
[
all
...]
Completed in 1944 milliseconds