Mandarin // Indentation Changes to Xcode Default.
This commit is contained in:
parent
e502daf3b3
commit
78047c9c2e
|
@ -1249,3 +1249,4 @@ const BopomofoKeyboardLayout* BopomofoKeyboardLayout::HanyuPinyinLayout() {
|
||||||
|
|
||||||
} // namespace Mandarin
|
} // namespace Mandarin
|
||||||
} // namespace Taiyan
|
} // namespace Taiyan
|
||||||
|
|
||||||
|
|
|
@ -494,8 +494,7 @@ class BopomofoReadingBuffer {
|
||||||
const BPMF syllable() const { return syllable_; }
|
const BPMF syllable() const { return syllable_; }
|
||||||
|
|
||||||
const std::string standardLayoutQueryString() const {
|
const std::string standardLayoutQueryString() const {
|
||||||
return BopomofoKeyboardLayout::StandardLayout()->keySequenceFromSyllable(
|
return BopomofoKeyboardLayout::StandardLayout()->keySequenceFromSyllable(syllable_);
|
||||||
syllable_);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string absoluteOrderQueryString() const {
|
const std::string absoluteOrderQueryString() const {
|
||||||
|
|
Loading…
Reference in New Issue