HomeSort by relevance Sort by last modified time
    Searched refs:ante (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 262 int32_t ante; // position of ante context marker '{' in text member in class:RuleHalf
271 // the ante- or postcontext text. Placeholders are only valid in
272 // output text. The length of the ante and post context is
339 ante = -1;
706 if (ante >= 0) {
709 ante = buf.length();
772 //text = text.substring(ante < 0 ? 0 : ante,
777 if (ante >= 0)
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 262 int32_t ante; // position of ante context marker '{' in text member in class:RuleHalf
271 // the ante- or postcontext text. Placeholders are only valid in
272 // output text. The length of the ante and post context is
339 ante = -1;
706 if (ante >= 0) {
709 ante = buf.length();
772 //text = text.substring(ante < 0 ? 0 : ante,
777 if (ante >= 0)
    [all...]

Completed in 1114 milliseconds