Constance Hsu
Constance Hsu is an American actress.
Constance Hsu | |
---|---|
Occupation | Film, television actress |
Filmography
- Swing Vote (2008) - Chinese News Reporter
- Passage (2007) - Min
- Bratz: The Movie (2007) - Julie - Jade's Mom
- Just Jordan - Gayle (1 episode)
- Black and Blue (2005) - Chinese Kidnapper
- Sleepwalking (2005) - Joan
- The Civilization of Maxwell Bright (2005) - Mrs. Wroth
- A Lot Like Love (2005) - Chinese Waitress
- November (2004) - Wei
- Eat Rice (2004) - Ching
- ER (2003) - Stacie (1 episode)
- Orobouros (2002)
- Rush Hour 2 (2001) (uncredited) - Prostitute
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.
gollark: Working on it.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.