HomeSort by relevance Sort by last modified time
    Searched defs:inQuote (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
choicfmt.cpp 364 UBool inQuote = FALSE;
376 inQuote = !inQuote;
378 } else if (inQuote) {
434 if (k != (count-1) || inNumber || inQuote) {
dtitvfmt.cpp     [all...]
msgfmt.cpp 603 UBool inQuote = FALSE;
626 inQuote = !inQuote;
628 } else if (ch == LEFT_CURLY_BRACE && !inQuote) {
635 } else if (inQuote) {
641 inQuote = FALSE;
682 inQuote = TRUE;
    [all...]
ucol_tok.cpp     [all...]
smpdtfmt.cpp 781 UBool inQuote = FALSE;
802 inQuote = ! inQuote;
805 else if ( ! inQuote && ((ch >= 0x0061 /*'a'*/ && ch <= 0x007A /*'z'*/)
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 129 milliseconds