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

  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 235 {"LocalDateFmt", CFXJSE_FormCalcContext::LocalDateFmt},
    [all...]
cfxjse_formcalc_context.h 72 static void LocalDateFmt(CFXJSE_Value* pThis,
cfxjse_formcalc_context_embeddertest.cpp 431 TEST_F(CFXJSE_FormCalcContextEmbedderTest, LocalDateFmt) {
437 } tests[] = {// {"LocalDateFmt(1, \"de_DE\")", "tt.MM.uu"},
438 // {"LocalDateFmt(2, \"fr_CA\")", "aa-MM-jj"},
439 {"LocalDateFmt(3, \"de_CH\")", "t. MMMM jjjj"},
440 {"LocalDateFmt(4, \"fr_FR\")", "EEEE j MMMM aaaa"}};
    [all...]

Completed in 164 milliseconds