Home | History | Annotate | Download | only in i18n

Lines Matching refs:keyword

384     static RelAbsUnit unitOrNegativeFromString(const char* keyword, int32_t length) {
388 if (uprv_strncmp(keyword, "day", length) == 0) {
390 } else if (uprv_strncmp(keyword, "sun", length) == 0) {
392 } else if (uprv_strncmp(keyword, "mon", length) == 0) {
394 } else if (uprv_strncmp(keyword, "tue", length) == 0) {
396 } else if (uprv_strncmp(keyword, "wed", length) == 0) {
398 } else if (uprv_strncmp(keyword, "thu", length) == 0) {
400 } else if (uprv_strncmp(keyword, "fri", length) == 0) {
402 } else if (uprv_strncmp(keyword, "sat", length) == 0) {
407 if (uprv_strncmp(keyword, "hour", length) == 0) {
409 } else if (uprv_strncmp(keyword, "week", length) == 0) {
411 } else if (uprv_strncmp(keyword, "year", length) == 0) {
416 if (uprv_strncmp(keyword, "month", length) == 0) {
421 if (uprv_strncmp(keyword, "minute", length) == 0) {
423 } else if (uprv_strncmp(keyword, "second", length) == 0) {
428 if (uprv_strncmp(keyword, "quarter", length) == 0) {