Home
last modified time | relevance | path

Searched refs:pronunciationMarker (Results 1 – 1 of 1) sorted by relevance

/dports/japanese/kiten/kiten-21.12.3/lib/
H A Ddictquery.cpp50 static const QString pronunciationMarker; member in DictQuery::Private
57 const QString DictQuery::Private::pronunciationMarker( QStringLiteral("__@\\p") ); member in DictQuery::Private
151 else if( item == d->pronunciationMarker ) in operator +=()
153 if( d->entryOrder.removeAll( d->pronunciationMarker ) > 0 ) in operator +=()
275 if( it == d->pronunciationMarker ) in toString()
332 if( result.d->entryOrder.removeAll( d->pronunciationMarker ) > 0 ) in operator =()
455 if( key == d->pronunciationMarker || key == d->meaningMarker in setProperty()
532 if( ! d->entryOrder.contains( d->pronunciationMarker ) ) in setPronunciation()
534 d->entryOrder.append( d->pronunciationMarker ); in setPronunciation()