HomeSort by relevance Sort by last modified time
    Searched full:standin (Results 1 - 12 of 12) sorted by null

  /external/chromium/third_party/icu/source/i18n/
rbt_data.cpp 97 TransliterationRuleData::lookup(UChar32 standIn) const {
98 int32_t i = standIn - variablesBase;
103 TransliterationRuleData::lookupMatcher(UChar32 standIn) const {
104 UnicodeFunctor *f = lookup(standIn);
109 TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
110 UnicodeFunctor *f = lookup(standIn);
rbt_data.h 120 * @param standIn the given stand-in character.
121 * @return the UnicodeFunctor that 'standIn' represents
123 UnicodeFunctor* lookup(UChar32 standIn) const;
129 * @param standIn the given stand-in character.
130 * @return return the UnicodeMatcher that 'standIn' represents
132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
138 * @param standIn the given stand-in character.
139 * @return return the UnicodeReplacer that 'standIn' represents
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
rbt_pars.h 89 * rule. segmentStandins.charAt(0) is the standin for "$1" and corresponds
97 * segmentStandins.charAt(0) is the standin for "$1" and corresponds
286 * Return the standin for segment seg (1-based).
288 * @return the standIn character for the given segment.
rbt_pars.cpp 152 * Return true if the given character is a matcher standin or a plain
153 * character (non standin).
158 * Return true if the given character is a replacer standin or a plain
159 * character (non standin).
232 * Return true if the given character is a replacer standin or a plain
233 * character (non standin).
383 * generate a standin for it, and add the standin to buf. As
529 // standin for that matcher.
661 // a segment standin
    [all...]
translit.cpp 391 // part of the pattern string -- 1 character, which is a standin
    [all...]
  /external/icu4c/i18n/
rbt_data.cpp 97 TransliterationRuleData::lookup(UChar32 standIn) const {
98 int32_t i = standIn - variablesBase;
103 TransliterationRuleData::lookupMatcher(UChar32 standIn) const {
104 UnicodeFunctor *f = lookup(standIn);
109 TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
110 UnicodeFunctor *f = lookup(standIn);
rbt_data.h 120 * @param standIn the given stand-in character.
121 * @return the UnicodeFunctor that 'standIn' represents
123 UnicodeFunctor* lookup(UChar32 standIn) const;
129 * @param standIn the given stand-in character.
130 * @return return the UnicodeMatcher that 'standIn' represents
132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
138 * @param standIn the given stand-in character.
139 * @return return the UnicodeReplacer that 'standIn' represents
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
rbt_pars.h 89 * rule. segmentStandins.charAt(0) is the standin for "$1" and corresponds
97 * segmentStandins.charAt(0) is the standin for "$1" and corresponds
286 * Return the standin for segment seg (1-based).
288 * @return the standIn character for the given segment.
rbt_pars.cpp 152 * Return true if the given character is a matcher standin or a plain
153 * character (non standin).
158 * Return true if the given character is a replacer standin or a plain
159 * character (non standin).
232 * Return true if the given character is a replacer standin or a plain
233 * character (non standin).
383 * generate a standin for it, and add the standin to buf. As
529 // standin for that matcher.
661 // a segment standin
    [all...]
translit.cpp 391 // part of the pattern string -- 1 character, which is a standin
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
unifunct.h 102 * object provides context for functor-to-standin mapping. This
  /external/icu4c/common/unicode/
unifunct.h 102 * object provides context for functor-to-standin mapping. This

Completed in 276 milliseconds