Home
last modified time | relevance | path

Searched refs:XS_NORMALIZED_STRING (Results 1 – 7 of 7) sorted by last modified time

/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.cpp1519 case store::XS_NORMALIZED_STRING: in str_down()
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dstore_consts.h33 XS_NORMALIZED_STRING = 2, enumerator
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_index_general.cpp343 case store::XS_NORMALIZED_STRING: in insert()
762 case store::XS_NORMALIZED_STRING: in remove()
1583 keyType != store::XS_NORMALIZED_STRING && in checkStringKeyType()
1781 case store::XS_NORMALIZED_STRING: in initPoint()
2146 case store::XS_NORMALIZED_STRING: in initBox()
H A Dstore.cpp207 …theSchemaTypeNames[store::XS_NORMALIZED_STRING] = theQNamePool->insert(ns, "xs", "normalizedString… in initTypeNames()
H A Datomic_items.h992 virtual store::SchemaTypeCode getTypeCode() const { return store::XS_NORMALIZED_STRING; } in getTypeCode()
H A Datomic_items.cpp2071 return GET_STORE().theSchemaTypeNames[store::XS_NORMALIZED_STRING]; in getType()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp594 case store::XS_NORMALIZED_STRING: in serialize_atomic_item()
861 case store::XS_NORMALIZED_STRING: in deserialize_atomic_item()