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

  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 198 PositionDependentOptions::const_iterator cur_char = pPosDepOptions.begin(); local
200 ((*cur_char)->type() != PositionDependentOption::INPUT_FILE &&
201 (*cur_char)->type() != PositionDependentOption::NAMESPEC))
210 while (cur_char != charEnd ) {
211 switch ((*cur_char)->type()) {
215 static_cast<const BitcodeOption*>(*cur_char);
228 static_cast<const InputFileOption*>(*cur_char);
240 static_cast<const NamespecOption*>(*cur_char);
300 ++cur_char;
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 429 const char *cur_char; local
433 cur_char = NTDate;
437 while (*cur_char) {
439 switch (*cur_char) {
442 if (*(cur_char + 1) == 'd') {
447 if (*(cur_char + 2) == 'd') {
448 if (*(cur_char + 3) == 'd') {
451 cur_char += 3;
456 cur_char += 2;
462 cur_char++
582 const char *cur_char; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 429 const char *cur_char; local
433 cur_char = NTDate;
437 while (*cur_char) {
439 switch (*cur_char) {
442 if (*(cur_char + 1) == 'd') {
447 if (*(cur_char + 2) == 'd') {
448 if (*(cur_char + 3) == 'd') {
451 cur_char += 3;
456 cur_char += 2;
462 cur_char++
582 const char *cur_char; local
    [all...]
  /external/chromium/base/i18n/
file_util_icu.cc 162 unsigned char cur_char = static_cast<unsigned char>((*file_name)[cursor++]); local
163 if (cur_char >= 0x80)
165 code_point = cur_char;

Completed in 355 milliseconds