OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GET_STRING
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_io.c
197
#define
GET_STRING
(idx) (const char *)(gMainTable.stringTable + (idx))
343
if (!uprv_stricmp(
GET_STRING
(gMainTable.tagList[tagNum]), tagname)) {
594
result = ucnv_compareNames(alias,
GET_STRING
(gMainTable.aliasList[mid]));
640
&& ucnv_compareNames(alias,
GET_STRING
(currList[currAlias]))==0)
755
return
GET_STRING
(gMainTable.converterList[convNum]);
787
const char *myStr =
GET_STRING
(currList[myContext->listIdx++]);
[
all
...]
/external/icu4c/common/
ucnv_io.cpp
197
#define
GET_STRING
(idx) (const char *)(gMainTable.stringTable + (idx))
343
if (!uprv_stricmp(
GET_STRING
(gMainTable.tagList[tagNum]), tagname)) {
594
result = ucnv_compareNames(alias,
GET_STRING
(gMainTable.aliasList[mid]));
640
&& ucnv_compareNames(alias,
GET_STRING
(currList[currAlias]))==0)
770
return
GET_STRING
(gMainTable.converterList[convNum]);
806
const char *myStr =
GET_STRING
(currList[myContext->listIdx++]);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 268 milliseconds