HomeSort by relevance Sort by last modified time
    Searched defs:SymbolTable (Results 1 - 17 of 17) sorted by null

  /external/chromium/third_party/icu/public/common/unicode/
symtable.h 54 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ {
67 virtual ~SymbolTable();
urename.h     [all...]
  /external/icu4c/common/unicode/
symtable.h 54 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ {
67 virtual ~SymbolTable();
urename.h     [all...]
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 85 SymbolTable;
96 SREC_SEMPROC_API ESR_ReturnCode ST_Init(SymbolTable** self);
102 SREC_SEMPROC_API ESR_ReturnCode ST_Free(SymbolTable* self);
109 ESR_ReturnCode ST_Copy(SymbolTable* self, HashMap* dst);
117 SREC_SEMPROC_API ESR_ReturnCode ST_putKeyValue(SymbolTable* self, const LCHAR* key, const LCHAR* value);
125 SREC_SEMPROC_API ESR_ReturnCode ST_getKeyValue(SymbolTable* self, const LCHAR* key, LCHAR** value);
132 SREC_SEMPROC_API ESR_ReturnCode ST_getSymbolSlot(SymbolTable* self, Symbol** slot);
138 SREC_SEMPROC_API ESR_ReturnCode ST_reset(SymbolTable* self);
139 SREC_SEMPROC_API ESR_ReturnCode ST_reset_all(SymbolTable* self);
148 SREC_SEMPROC_API ESR_ReturnCode ST_putSpecialKeyValue(SymbolTable* self, const const LCHAR* key, const LCHAR* value)
    [all...]
  /external/webkit/JavaScriptCore/runtime/
SymbolTable.h 122 typedef HashMap<RefPtr<UString::Rep>, SymbolTableEntry, IdentifierRepHash, HashTraits<RefPtr<UString::Rep> >, SymbolTableIndexHashTraits> SymbolTable;
124 class SharedSymbolTable : public SymbolTable, public RefCounted<SharedSymbolTable>
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 144 // \class SymbolTable
147 // The SymbolTable implements the mappings of labels to strings and reverse.
153 // SymbolTable for the words in the language model can share this symbol
156 class SymbolTable {
162 SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {}
165 SymbolTable(const SymbolTable& table) : impl_(table.impl_) {
171 ~SymbolTable() {
176 SymbolTable* Copy() const {
177 return new SymbolTable(*this)
    [all...]
  /external/chromium/third_party/icu/source/common/
uniset.cpp 60 SymbolTable::~SymbolTable() {}
    [all...]
  /external/icu4c/common/
uniset.cpp 60 SymbolTable::~SymbolTable() {}
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 144 class SymbolTable{
232 ~SymbolTable(){
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
543 SymbolTable * symbol_table;
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 144 class SymbolTable{
232 ~SymbolTable(){
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
543 SymbolTable * symbol_table;
    [all...]
  /external/v8/src/
objects.h 73 // - SymbolTable
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/jdiff/
xerces.jar 

Completed in 575 milliseconds